Html Css Color HEX #707972 Blue Smoke

📋 copy color: '#707972'

red 112 ◦ green 121 ◦ blue 114

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

Shades of Blue Smoke #707972

Tints of Blue Smoke #707972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 32.28%
G = 34.87%
B = 32.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#707972 (or 0x707972) is known color: Blue Smoke. HEX triplet: 70, 79 and 72. RGB value is (112,121,114). Sum of RGB (Red+Green+Blue) = 112+121+114=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #707972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707972 is #8F868D. Grayscale: #757575. Windows color (decimal): -9406094 or 7502192. OLE color: 7502192.

HSL color Cylindrical-coordinate representation of color #707972: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707972 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 114 -
CMYK 0.07 0 0.06 0.53
HSL 133.33º 0.04% 0.46% -
HSV(B) 133.33º 0.07% 0.47% -
XYZ 16.56 18.33 18.59 -
YUV 117.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 112 121 114 0.07 0 0.06 0.53 133.33 0.04 0.46
Hex 70 79 72 7 0 6 35 85 4 2E
Octal 160 171 162 7 0 6 65 205 4 56
Binary 1110000 1111001 1110010 111 0 110 110101 10000101 100 101110

Color Harmonies of #707972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707972

Black with #707972

Text Example


Text Example

White with #707972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707972; }

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

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

background-color css

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

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

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

border-color css

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

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

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