Html Css Color HEX #778575 Davy's Grey

📋 copy color: '#778575'

red 119 ◦ green 133 ◦ blue 117

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

Shades of Davy's Grey #778575

Tints of Davy's Grey #778575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

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

R = 32.25%
G = 36.04%
B = 31.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#778575 (or 0x778575) is known color: Davy's Grey. HEX triplet: 77, 85 and 75. RGB value is (119,133,117). Sum of RGB (Red+Green+Blue) = 119+133+117=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #778575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778575 is #887A8A. Grayscale: #7F7F7F. Windows color (decimal): -8944267 or 7701879. OLE color: 7701879.

HSL color Cylindrical-coordinate representation of color #778575: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778575 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 117 -
CMYK 0.11 0 0.12 0.48
HSL 112.5º 0.06% 0.49% -
HSV(B) 112.5º 0.12% 0.52% -
XYZ 19.21 21.98 20.06 -
YUV 126.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 119 133 117 0.11 0 0.12 0.48 112.5 0.06 0.49
Hex 77 85 75 B 0 C 30 70 6 31
Octal 167 205 165 13 0 14 60 160 6 61
Binary 1110111 10000101 1110101 1011 0 1100 110000 1110000 110 110001

Color Harmonies of #778575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778575

Black with #778575

Text Example


Text Example

White with #778575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778575; }

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

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

background-color css

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

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

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

border-color css

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

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

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