Html Css Color HEX #788677 Davy's Grey

📋 copy color: '#788677'

red 120 ◦ green 134 ◦ blue 119

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

Shades of Davy's Grey #788677

Tints of Davy's Grey #788677

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 32.17%
G = 35.92%
B = 31.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#788677 (or 0x788677) is known color: Davy's Grey. HEX triplet: 78, 86 and 77. RGB value is (120,134,119). Sum of RGB (Red+Green+Blue) = 120+134+119=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #788677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788677 is #877988. Grayscale: #808080. Windows color (decimal): -8878473 or 7833208. OLE color: 7833208.

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

Color convert

RGB 120 134 119 -
CMYK 0.10 0 0.11 0.47
HSL 116º 0.06% 0.5% -
HSV(B) 116º 0.11% 0.53% -
XYZ 19.6 22.38 20.74 -
YUV 128.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 120 134 119 0.10 0 0.11 0.47 116 0.06 0.5
Hex 78 86 77 A 0 B 2F 74 6 32
Octal 170 206 167 12 0 13 57 164 6 62
Binary 1111000 10000110 1110111 1010 0 1011 101111 1110100 110 110010

Color Harmonies of #788677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788677

Black with #788677

Text Example


Text Example

White with #788677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788677; }

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

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

background-color css

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

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

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

border-color css

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

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

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