Html Css Color HEX #707C72 Blue Smoke

📋 copy color: '#707C72'

red 112 ◦ green 124 ◦ blue 114

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

Shades of Blue Smoke #707C72

Tints of Blue Smoke #707C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 32%
G = 35.43%
B = 32.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#707C72 (or 0x707C72) is known color: Blue Smoke. HEX triplet: 70, 7C and 72. RGB value is (112,124,114). Sum of RGB (Red+Green+Blue) = 112+124+114=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 124 - color contains mainly: green. Hex color #707C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C72 is #8F838D. Grayscale: #777777. Windows color (decimal): -9405326 or 7502960. OLE color: 7502960.

HSL color Cylindrical-coordinate representation of color #707C72: hue angle of 130º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707C72 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 124 114 -
CMYK 0.10 0 0.08 0.51
HSL 130º 0.05% 0.46% -
HSV(B) 130º 0.1% 0.49% -
XYZ 16.93 19.07 18.71 -
YUV 119.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 112 124 114 0.10 0 0.08 0.51 130 0.05 0.46
Hex 70 7C 72 A 0 8 33 82 5 2E
Octal 160 174 162 12 0 10 63 202 5 56
Binary 1110000 1111100 1110010 1010 0 1000 110011 10000010 101 101110

Color Harmonies of #707C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707C72

Black with #707C72

Text Example


Text Example

White with #707C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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