Html Css Color HEX #758476 Davy's Grey

📋 copy color: '#758476'

red 117 ◦ green 132 ◦ blue 118

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

Shades of Davy's Grey #758476

Tints of Davy's Grey #758476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 31.88%
G = 35.97%
B = 32.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#758476 (or 0x758476) is known color: Davy's Grey. HEX triplet: 75, 84 and 76. RGB value is (117,132,118). Sum of RGB (Red+Green+Blue) = 117+132+118=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #758476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758476 is #8A7B89. Grayscale: #7D7D7D. Windows color (decimal): -9075594 or 7767157. OLE color: 7767157.

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

Color convert

RGB 117 132 118 -
CMYK 0.11 0 0.11 0.48
HSL 124º 0.06% 0.49% -
HSV(B) 124º 0.11% 0.52% -
XYZ 18.86 21.59 20.31 -
YUV 125.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 117 132 118 0.11 0 0.11 0.48 124 0.06 0.49
Hex 75 84 76 B 0 B 30 7C 6 31
Octal 165 204 166 13 0 13 60 174 6 61
Binary 1110101 10000100 1110110 1011 0 1011 110000 1111100 110 110001

Color Harmonies of #758476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758476

Black with #758476

Text Example


Text Example

White with #758476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758476; }

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

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

background-color css

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

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

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

border-color css

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

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

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