Html Css Color HEX #76746F Dove Grey

📋 copy color: '#76746F'

red 118 ◦ green 116 ◦ blue 111

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

Shades of Dove Grey #76746F

Tints of Dove Grey #76746F

RGB

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

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

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

R = 34.2%
G = 33.62%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76746F (or 0x76746F) is known color: Dove Grey. HEX triplet: 76, 74 and 6F. RGB value is (118,116,111). Sum of RGB (Red+Green+Blue) = 118+116+111=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 118 - color contains mainly: red. Hex color #76746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746F is #898B90. Grayscale: #747474. Windows color (decimal): -9014161 or 7304310. OLE color: 7304310.

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

Color convert

RGB 118 116 111 -
CMYK 0 0.02 0.06 0.54
HSL 42.86º 0.03% 0.45% -
HSV(B) 42.86º 0.06% 0.46% -
XYZ 16.59 17.49 17.54 -
YUV 116.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 118 116 111 0 0.02 0.06 0.54 42.86 0.03 0.45
Hex 76 74 6F 0 2 6 36 2B 3 2D
Octal 166 164 157 0 2 6 66 53 3 55
Binary 1110110 1110100 1101111 0 10 110 110110 101011 11 101101

Color Harmonies of #76746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76746F

Black with #76746F

Text Example


Text Example

White with #76746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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