Html Css Color HEX #778F75 Davy's Grey

📋 copy color: '#778F75'

red 119 ◦ green 143 ◦ blue 117

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

Shades of Davy's Grey #778F75

Tints of Davy's Grey #778F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

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

R = 31.4%
G = 37.73%
B = 30.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#778F75 (or 0x778F75) is known color: Davy's Grey. HEX triplet: 77, 8F and 75. RGB value is (119,143,117). Sum of RGB (Red+Green+Blue) = 119+143+117=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #778F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F75 is #88708A. Grayscale: #848484. Windows color (decimal): -8941707 or 7704439. OLE color: 7704439.

HSL color Cylindrical-coordinate representation of color #778F75: hue angle of 115.38º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778F75 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 143 117 -
CMYK 0.17 0 0.18 0.44
HSL 115.38º 0.1% 0.51% -
HSV(B) 115.38º 0.18% 0.56% -
XYZ 20.64 24.85 20.54 -
YUV 132.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 119 143 117 0.17 0 0.18 0.44 115.38 0.1 0.51
Hex 77 8F 75 11 0 12 2C 73 A 33
Octal 167 217 165 21 0 22 54 163 12 63
Binary 1110111 10001111 1110101 10001 0 10010 101100 1110011 1010 110011

Color Harmonies of #778F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778F75

Black with #778F75

Text Example


Text Example

White with #778F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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