Html Css Color HEX #76756C Dove Grey

📋 copy color: '#76756C'

red 118 ◦ green 117 ◦ blue 108

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

Shades of Dove Grey #76756C

Tints of Dove Grey #76756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 34.4%
G = 34.11%
B = 31.49%

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

#76756C (or 0x76756C) is known color: Dove Grey. HEX triplet: 76, 75 and 6C. RGB value is (118,117,108). Sum of RGB (Red+Green+Blue) = 118+117+108=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #76756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756C is #898A93. Grayscale: #747474. Windows color (decimal): -9013908 or 7107958. OLE color: 7107958.

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

Color convert

RGB 118 117 108 -
CMYK 0 0.01 0.08 0.54
HSL 54º 0.04% 0.44% -
HSV(B) 54º 0.08% 0.46% -
XYZ 16.54 17.66 16.72 -
YUV 116.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 118 117 108 0 0.01 0.08 0.54 54 0.04 0.44
Hex 76 75 6C 0 1 8 36 36 4 2C
Octal 166 165 154 0 1 10 66 66 4 54
Binary 1110110 1110101 1101100 0 1 1000 110110 110110 100 101100

Color Harmonies of #76756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76756C

Black with #76756C

Text Example


Text Example

White with #76756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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