Html Css Color HEX #758876 Davy's Grey

📋 copy color: '#758876'

red 117 ◦ green 136 ◦ blue 118

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

Shades of Davy's Grey #758876

Tints of Davy's Grey #758876

RGB

 RED value IS 117 (46.09% from 255) = 31.54%

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

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 31.54%
G = 36.66%
B = 31.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#758876 (or 0x758876) is known color: Davy's Grey. HEX triplet: 75, 88 and 76. RGB value is (117,136,118). Sum of RGB (Red+Green+Blue) = 117+136+118=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #758876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758876 is #8A7789. Grayscale: #808080. Windows color (decimal): -9074570 or 7768181. OLE color: 7768181.

HSL color Cylindrical-coordinate representation of color #758876: hue angle of 123.16º 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 #758876 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 118 -
CMYK 0.14 0 0.13 0.47
HSL 123.16º 0.08% 0.5% -
HSV(B) 123.16º 0.14% 0.53% -
XYZ 19.41 22.7 20.5 -
YUV 128.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 117 136 118 0.14 0 0.13 0.47 123.16 0.08 0.5
Hex 75 88 76 E 0 D 2F 7B 8 32
Octal 165 210 166 16 0 15 57 173 10 62
Binary 1110101 10001000 1110110 1110 0 1101 101111 1111011 1000 110010

Color Harmonies of #758876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758876

Black with #758876

Text Example


Text Example

White with #758876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758876; }

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

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

background-color css

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

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

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

border-color css

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

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

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