#789077

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

Shades of Davy's Grey #789077

Tints of Davy's Grey #789077

Color information

#789077 (or 0x789077) is unknown color: approx Davy's Grey. HEX triplet: 78, 90 and 77. RGB value is (120,144,119). Sum of RGB (Red+Green+Blue) = 120+144+119=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #789077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789077 is #876F88. Grayscale: #868686. Windows color (decimal): -8875913 or 7835768. OLE color: 7835768.

HSL color Cylindrical-coordinate representation of color #789077: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #789077 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB120144119-
CMYK0.1700.170.44
HSL117.6º10.12%51.57%-
HSV(B)117.6º17.36%56.47%-
XYZ21.0525.2721.22-
YUV133.97119.55118.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=31.33%
G=37.60%
B=31.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201441190.1700.170.44117.610.1251.57
Hex789077110112C76a34
Octal17022016721021541661264
Binary11110001001000011101111000101000110110011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789077; }

 p { color: rgb(120,144,119); }

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

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

 a { background-color: rgb(120,144,119); }

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

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

 span { border-color: rgb(120,144,119); }

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