#789B79

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

Shades of Davy's Grey #789B79

Tints of Davy's Grey #789B79

Color information

#789B79 (or 0x789B79) is unknown color: approx Davy's Grey. HEX triplet: 78, 9B and 79. RGB value is (120,155,121). Sum of RGB (Red+Green+Blue) = 120+155+121=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #789B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B79 is #876486. Grayscale: #8C8C8C. Windows color (decimal): -8873095 or 7969656. OLE color: 7969656.

HSL color Cylindrical-coordinate representation of color #789B79: hue angle of 121.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789B79 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB120155121-
CMYK0.2300.220.39
HSL121.71º14.89%53.92%-
HSV(B)121.71º22.58%60.78%-
XYZ22.9228.8222.44-
YUV140.66116.9113.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=30.30%
G=39.14%
B=30.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201551210.2300.220.39121.7114.8953.92
Hex789B7917016277af36
Octal17023317127026471721766
Binary11110001001101111110011011101011010011111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789B79; }

 p { color: rgb(120,155,121); }

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

<style>
 a { background-color: #789B79; }

 a { background-color: rgb(120,155,121); }

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

<style>
 span { border-color: #789B79; }

 span { border-color: rgb(120,155,121); }

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