Html Css Color HEX #789077 Davy's Grey

📋 copy color: '#789077'

red 120 ◦ green 144 ◦ blue 119

#789077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #789077

Tints of Davy's Grey #789077

RGB

 RED value IS 120 (47.27% from 255) = 31.33%

 GREEN value IS 144 (56.64% from 255) = 37.6%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 31.33%
G = 37.6%
B = 31.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#789077 (or 0x789077) is known color: 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

RGB 120 144 119 -
CMYK 0.17 0 0.17 0.44
HSL 117.6º 0.1% 0.52% -
HSV(B) 117.6º 0.17% 0.56% -
XYZ 21.05 25.27 21.22 -
YUV 133.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 120 144 119 0.17 0 0.17 0.44 117.6 0.1 0.52
Hex 78 90 77 11 0 11 2C 76 A 34
Octal 170 220 167 21 0 21 54 166 12 64
Binary 1111000 10010000 1110111 10001 0 10001 101100 1110110 1010 110100

Color Harmonies of #789077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789077

Black with #789077

Text Example


Text Example

White with #789077

Text Example


Text Example

HTML Codes & Css Web 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>