Html Css Color HEX #76756F Dove Grey

📋 copy color: '#76756F'

red 118 ◦ green 117 ◦ blue 111

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

Shades of Dove Grey #76756F

Tints of Dove Grey #76756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 34.1%
G = 33.82%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76756F (or 0x76756F) is known color: Dove Grey. HEX triplet: 76, 75 and 6F. RGB value is (118,117,111). Sum of RGB (Red+Green+Blue) = 118+117+111=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #76756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756F is #898A90. Grayscale: #747474. Windows color (decimal): -9013905 or 7304566. OLE color: 7304566.

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

Color convert

RGB 118 117 111 -
CMYK 0 0.01 0.06 0.54
HSL 51.43º 0.03% 0.45% -
HSV(B) 51.43º 0.06% 0.46% -
XYZ 16.7 17.72 17.58 -
YUV 116.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 118 117 111 0 0.01 0.06 0.54 51.43 0.03 0.45
Hex 76 75 6F 0 1 6 36 33 3 2D
Octal 166 165 157 0 1 6 66 63 3 55
Binary 1110110 1110101 1101111 0 1 110 110110 110011 11 101101

Color Harmonies of #76756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76756F

Black with #76756F

Text Example


Text Example

White with #76756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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