Html Css Color HEX #76746C Dove Grey

📋 copy color: '#76746C'

red 118 ◦ green 116 ◦ blue 108

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

Shades of Dove Grey #76746C

Tints of Dove Grey #76746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

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

R = 34.5%
G = 33.92%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76746C (or 0x76746C) is known color: Dove Grey. HEX triplet: 76, 74 and 6C. RGB value is (118,116,108). Sum of RGB (Red+Green+Blue) = 118+116+108=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #76746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746C is #898B93. Grayscale: #737373. Windows color (decimal): -9014164 or 7107702. OLE color: 7107702.

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

Color convert

RGB 118 116 108 -
CMYK 0 0.02 0.08 0.54
HSL 48º 0.04% 0.44% -
HSV(B) 48º 0.08% 0.46% -
XYZ 16.42 17.43 16.69 -
YUV 115.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 118 116 108 0 0.02 0.08 0.54 48 0.04 0.44
Hex 76 74 6C 0 2 8 36 30 4 2C
Octal 166 164 154 0 2 10 66 60 4 54
Binary 1110110 1110100 1101100 0 10 1000 110110 110000 100 101100

Color Harmonies of #76746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76746C

Black with #76746C

Text Example


Text Example

White with #76746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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