#7B867B

Color #7B867B Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #7B867B

Tints of Davy's Grey #7B867B

Color information

#7B867B (or 0x7B867B) is unknown color: approx Davy's Grey. HEX triplet: 7B, 86 and 7B. RGB value is (123,134,123). Sum of RGB (Red+Green+Blue) = 123+134+123=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #7B867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B867B is #847984. Grayscale: #818181. Windows color (decimal): -8681861 or 8095355. OLE color: 8095355.

HSL color Cylindrical-coordinate representation of color #7B867B: hue angle of 120º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B867B is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB123134123-
CMYK0.0800.080.47
HSL120º4.35%50.39%-
HSV(B)120º8.21%52.55%-
XYZ20.2722.6922.05-
YUV129.46124.36123.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=32.37%
G=35.26%
B=32.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1231341230.0800.080.471204.3550.39
Hex7B867B8082F78432
Octal1732061731001057170462
Binary11110111000011011110111000010001011111111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B867B; }

 p { color: rgb(123,134,123); }

 H1.HeaderClassName
 {
   color: #7B867B;
 }
 .AnyTagClassName
 {
   color: #7B867B;
 }
</style>
background-color css

<style>
 a { background-color: #7B867B; }

 a { background-color: rgb(123,134,123); }

 div.DivClassName
 {
   background-color: #7B867B;
 }
 .BgClassName
 {
   background-color: #7B867B;
 }
</style>
border-color css

<style>
 span { border-color: #7B867B; }

 span { border-color: rgb(123,134,123); }

 td.TdClassName
 {
   border-color: #7B867B;
 }
 .TagClassName
 {
   border-color: #7B867B;
 }
</style>