Html Css Color HEX #767570 Dove Grey

📋 copy color: '#767570'

red 118 ◦ green 117 ◦ blue 112

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

Shades of Dove Grey #767570

Tints of Dove Grey #767570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 34.01%
G = 33.72%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#767570 (or 0x767570) is known color: Dove Grey. HEX triplet: 76, 75 and 70. RGB value is (118,117,112). Sum of RGB (Red+Green+Blue) = 118+117+112=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 118 - color contains mainly: red. Hex color #767570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767570 is #898A8F. Grayscale: #747474. Windows color (decimal): -9013904 or 7370102. OLE color: 7370102.

HSL color Cylindrical-coordinate representation of color #767570: hue angle of 50º 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 #767570 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 112 -
CMYK 0 0.01 0.05 0.54
HSL 50º 0.03% 0.45% -
HSV(B) 50º 0.05% 0.46% -
XYZ 16.76 17.74 17.87 -
YUV 116.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 118 117 112 0 0.01 0.05 0.54 50 0.03 0.45
Hex 76 75 70 0 1 5 36 32 3 2D
Octal 166 165 160 0 1 5 66 62 3 55
Binary 1110110 1110101 1110000 0 1 101 110110 110010 11 101101

Color Harmonies of #767570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767570

Black with #767570

Text Example


Text Example

White with #767570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767570; }

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

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

background-color css

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

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

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

border-color css

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

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

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