Html Css Color HEX #789B77 Davy's Grey

📋 copy color: '#789B77'

red 120 ◦ green 155 ◦ blue 119

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

Shades of Davy's Grey #789B77

Tints of Davy's Grey #789B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

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

R = 30.46%
G = 39.34%
B = 30.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#789B77 (or 0x789B77) is known color: Davy's Grey. HEX triplet: 78, 9B and 77. RGB value is (120,155,119). Sum of RGB (Red+Green+Blue) = 120+155+119=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #789B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B77 is #876488. Grayscale: #8C8C8C. Windows color (decimal): -8873097 or 7838584. OLE color: 7838584.

HSL color Cylindrical-coordinate representation of color #789B77: hue angle of 118.33º 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 #789B77 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 155 119 -
CMYK 0.23 0 0.23 0.39
HSL 118.33º 0.15% 0.54% -
HSV(B) 118.33º 0.23% 0.61% -
XYZ 22.8 28.77 21.8 -
YUV 140.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 120 155 119 0.23 0 0.23 0.39 118.33 0.15 0.54
Hex 78 9B 77 17 0 17 27 76 F 36
Octal 170 233 167 27 0 27 47 166 17 66
Binary 1111000 10011011 1110111 10111 0 10111 100111 1110110 1111 110110

Color Harmonies of #789B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789B77

Black with #789B77

Text Example


Text Example

White with #789B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #789B77;
 }
 .AnyTagClassName
 {
   color: #789B77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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