Html Css Color HEX #758C76 Davy's Grey

📋 copy color: '#758C76'

red 117 ◦ green 140 ◦ blue 118

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

Shades of Davy's Grey #758C76

Tints of Davy's Grey #758C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

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

R = 31.2%
G = 37.33%
B = 31.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#758C76 (or 0x758C76) is known color: Davy's Grey. HEX triplet: 75, 8C and 76. RGB value is (117,140,118). Sum of RGB (Red+Green+Blue) = 117+140+118=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #758C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C76 is #8A7389. Grayscale: #828282. Windows color (decimal): -9073546 or 7769205. OLE color: 7769205.

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

Color convert

RGB 117 140 118 -
CMYK 0.16 0 0.16 0.45
HSL 122.61º 0.09% 0.5% -
HSV(B) 122.61º 0.16% 0.55% -
XYZ 19.98 23.85 20.69 -
YUV 130.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 117 140 118 0.16 0 0.16 0.45 122.61 0.09 0.5
Hex 75 8C 76 10 0 10 2D 7B 9 32
Octal 165 214 166 20 0 20 55 173 11 62
Binary 1110101 10001100 1110110 10000 0 10000 101101 1111011 1001 110010

Color Harmonies of #758C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C76

Black with #758C76

Text Example


Text Example

White with #758C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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