Html Css Color HEX #76736C Dove Grey

📋 copy color: '#76736C'

red 118 ◦ green 115 ◦ blue 108

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

Shades of Dove Grey #76736C

Tints of Dove Grey #76736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 34.6%
G = 33.72%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76736C (or 0x76736C) is known color: Dove Grey. HEX triplet: 76, 73 and 6C. RGB value is (118,115,108). Sum of RGB (Red+Green+Blue) = 118+115+108=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76736C is #898C93. Grayscale: #737373. Windows color (decimal): -9014420 or 7107446. OLE color: 7107446.

HSL color Cylindrical-coordinate representation of color #76736C: hue angle of 42º 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 #76736C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 108 -
CMYK 0 0.03 0.08 0.54
HSL 42º 0.04% 0.44% -
HSV(B) 42º 0.08% 0.46% -
XYZ 16.31 17.2 16.65 -
YUV 115.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 118 115 108 0 0.03 0.08 0.54 42 0.04 0.44
Hex 76 73 6C 0 3 8 36 2A 4 2C
Octal 166 163 154 0 3 10 66 52 4 54
Binary 1110110 1110011 1101100 0 11 1000 110110 101010 100 101100

Color Harmonies of #76736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76736C

Black with #76736C

Text Example


Text Example

White with #76736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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