Html Css Color HEX #76756A Dove Grey

📋 copy color: '#76756A'

red 118 ◦ green 117 ◦ blue 106

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

Shades of Dove Grey #76756A

Tints of Dove Grey #76756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 34.6%
G = 34.31%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76756A (or 0x76756A) is known color: Dove Grey. HEX triplet: 76, 75 and 6A. RGB value is (118,117,106). Sum of RGB (Red+Green+Blue) = 118+117+106=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756A is #898A95. Grayscale: #747474. Windows color (decimal): -9013910 or 6976886. OLE color: 6976886.

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

Color convert

RGB 118 117 106 -
CMYK 0 0.01 0.10 0.54
HSL 55º 0.05% 0.44% -
HSV(B) 55º 0.1% 0.46% -
XYZ 16.43 17.61 16.17 -
YUV 116.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 118 117 106 0 0.01 0.10 0.54 55 0.05 0.44
Hex 76 75 6A 0 1 A 36 37 5 2C
Octal 166 165 152 0 1 12 66 67 5 54
Binary 1110110 1110101 1101010 0 1 1010 110110 110111 101 101100

Color Harmonies of #76756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76756A

Black with #76756A

Text Example


Text Example

White with #76756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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