Html Css Color HEX #76756D Dove Grey

📋 copy color: '#76756D'

red 118 ◦ green 117 ◦ blue 109

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

Shades of Dove Grey #76756D

Tints of Dove Grey #76756D

RGB

 RED value IS 118 (46.48% from 255) = 34.3%

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 34.3%
G = 34.01%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76756D (or 0x76756D) is known color: Dove Grey. HEX triplet: 76, 75 and 6D. RGB value is (118,117,109). Sum of RGB (Red+Green+Blue) = 118+117+109=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #76756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756D is #898A92. Grayscale: #747474. Windows color (decimal): -9013907 or 7173494. OLE color: 7173494.

HSL color Cylindrical-coordinate representation of color #76756D: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76756D is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 109 -
CMYK 0 0.01 0.08 0.54
HSL 53.33º 0.04% 0.45% -
HSV(B) 53.33º 0.08% 0.46% -
XYZ 16.59 17.68 17.01 -
YUV 116.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 118 117 109 0 0.01 0.08 0.54 53.33 0.04 0.45
Hex 76 75 6D 0 1 8 36 35 4 2D
Octal 166 165 155 0 1 10 66 65 4 55
Binary 1110110 1110101 1101101 0 1 1000 110110 110101 100 101101

Color Harmonies of #76756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76756D

Black with #76756D

Text Example


Text Example

White with #76756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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