Html Css Color HEX #767470 Dove Grey

📋 copy color: '#767470'

red 118 ◦ green 116 ◦ blue 112

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

Shades of Dove Grey #767470

Tints of Dove Grey #767470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 34.1%
G = 33.53%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#767470 (or 0x767470) is known color: Dove Grey. HEX triplet: 76, 74 and 70. RGB value is (118,116,112). Sum of RGB (Red+Green+Blue) = 118+116+112=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #767470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767470 is #898B8F. Grayscale: #747474. Windows color (decimal): -9014160 or 7369846. OLE color: 7369846.

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

Color convert

RGB 118 116 112 -
CMYK 0 0.02 0.05 0.54
HSL 40º 0.03% 0.45% -
HSV(B) 40º 0.05% 0.46% -
XYZ 16.64 17.51 17.83 -
YUV 116.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 118 116 112 0 0.02 0.05 0.54 40 0.03 0.45
Hex 76 74 70 0 2 5 36 28 3 2D
Octal 166 164 160 0 2 5 66 50 3 55
Binary 1110110 1110100 1110000 0 10 101 110110 101000 11 101101

Color Harmonies of #767470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767470

Black with #767470

Text Example


Text Example

White with #767470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767470; }

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

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

background-color css

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

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

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

border-color css

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

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

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