Html Css Color HEX #76746D Dove Grey

📋 copy color: '#76746D'

red 118 ◦ green 116 ◦ blue 109

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

Shades of Dove Grey #76746D

Tints of Dove Grey #76746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 34.4%
G = 33.82%
B = 31.78%

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

#76746D (or 0x76746D) is known color: Dove Grey. HEX triplet: 76, 74 and 6D. RGB value is (118,116,109). Sum of RGB (Red+Green+Blue) = 118+116+109=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #76746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746D is #898B92. Grayscale: #737373. Windows color (decimal): -9014163 or 7173238. OLE color: 7173238.

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

Color convert

RGB 118 116 109 -
CMYK 0 0.02 0.08 0.54
HSL 46.67º 0.04% 0.45% -
HSV(B) 46.67º 0.08% 0.46% -
XYZ 16.48 17.45 16.97 -
YUV 115.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 118 116 109 0 0.02 0.08 0.54 46.67 0.04 0.45
Hex 76 74 6D 0 2 8 36 2F 4 2D
Octal 166 164 155 0 2 10 66 57 4 55
Binary 1110110 1110100 1101101 0 10 1000 110110 101111 100 101101

Color Harmonies of #76746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76746D

Black with #76746D

Text Example


Text Example

White with #76746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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