Html Css Color HEX #727070 Dim Gray

📋 copy color: '#727070'

red 114 ◦ green 112 ◦ blue 112

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

Shades of Dim Gray #727070

Tints of Dim Gray #727070

RGB

 RED value IS 114 (44.92% from 255) = 33.73%

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 33.73%
G = 33.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#727070 (or 0x727070) is known color: Dim Gray. HEX triplet: 72, 70 and 70. RGB value is (114,112,112). Sum of RGB (Red+Green+Blue) = 114+112+112=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 114 - color contains mainly: red. Hex color #727070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727070 is #8D8F8F. Grayscale: #707070. Windows color (decimal): -9277328 or 7368818. OLE color: 7368818.

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

Color convert

RGB 114 112 112 -
CMYK 0 0.02 0.02 0.55
HSL 0.01% 0.44% -
HSV(B) 0.02% 0.45% -
XYZ 15.66 16.34 17.66 -
YUV 112.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 114 112 112 0 0.02 0.02 0.55 0 0.01 0.44
Hex 72 70 70 0 2 2 37 0 1 2C
Octal 162 160 160 0 2 2 67 0 1 54
Binary 1110010 1110000 1110000 0 10 10 110111 0 1 101100

Color Harmonies of #727070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727070

Black with #727070

Text Example


Text Example

White with #727070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727070; }

 p { color: rgb(114,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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