Html Css Color HEX #778875 Davy's Grey

📋 copy color: '#778875'

red 119 ◦ green 136 ◦ blue 117

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

Shades of Davy's Grey #778875

Tints of Davy's Grey #778875

RGB

 RED value IS 119 (46.88% from 255) = 31.99%

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 31.99%
G = 36.56%
B = 31.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#778875 (or 0x778875) is known color: Davy's Grey. HEX triplet: 77, 88 and 75. RGB value is (119,136,117). Sum of RGB (Red+Green+Blue) = 119+136+117=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #778875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778875 is #88778A. Grayscale: #808080. Windows color (decimal): -8943499 or 7702647. OLE color: 7702647.

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

Color convert

RGB 119 136 117 -
CMYK 0.12 0 0.14 0.47
HSL 113.68º 0.08% 0.5% -
HSV(B) 113.68º 0.14% 0.53% -
XYZ 19.62 22.81 20.2 -
YUV 128.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 119 136 117 0.12 0 0.14 0.47 113.68 0.08 0.5
Hex 77 88 75 C 0 E 2F 72 8 32
Octal 167 210 165 14 0 16 57 162 10 62
Binary 1110111 10001000 1110101 1100 0 1110 101111 1110010 1000 110010

Color Harmonies of #778875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778875

Black with #778875

Text Example


Text Example

White with #778875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778875; }

 p { color: rgb(119,136,117); }

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

background-color css

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

 a { background-color: rgb(119,136,117); }

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

border-color css

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

 span { border-color: rgb(119,136,117); }

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