Html Css Color HEX #758D76 Davy's Grey

📋 copy color: '#758D76'

red 117 ◦ green 141 ◦ blue 118

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

Shades of Davy's Grey #758D76

Tints of Davy's Grey #758D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.5%

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

R = 31.12%
G = 37.5%
B = 31.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#758D76 (or 0x758D76) is known color: Davy's Grey. HEX triplet: 75, 8D and 76. RGB value is (117,141,118). Sum of RGB (Red+Green+Blue) = 117+141+118=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #758D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D76 is #8A7289. Grayscale: #838383. Windows color (decimal): -9073290 or 7769461. OLE color: 7769461.

HSL color Cylindrical-coordinate representation of color #758D76: hue angle of 122.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #758D76 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 141 118 -
CMYK 0.17 0 0.16 0.45
HSL 122.5º 0.1% 0.51% -
HSV(B) 122.5º 0.17% 0.55% -
XYZ 20.13 24.14 20.74 -
YUV 131.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 117 141 118 0.17 0 0.16 0.45 122.5 0.1 0.51
Hex 75 8D 76 11 0 10 2D 7B A 33
Octal 165 215 166 21 0 20 55 173 12 63
Binary 1110101 10001101 1110110 10001 0 10000 101101 1111011 1010 110011

Color Harmonies of #758D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D76

Black with #758D76

Text Example


Text Example

White with #758D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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