Html Css Color HEX #708173 Blue Smoke

📋 copy color: '#708173'

red 112 ◦ green 129 ◦ blue 115

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

Shades of Blue Smoke #708173

Tints of Blue Smoke #708173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 31.46%
G = 36.24%
B = 32.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#708173 (or 0x708173) is known color: Blue Smoke. HEX triplet: 70, 81 and 73. RGB value is (112,129,115). Sum of RGB (Red+Green+Blue) = 112+129+115=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #708173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708173 is #8F7E8C. Grayscale: #7A7A7A. Windows color (decimal): -9404045 or 7569776. OLE color: 7569776.

HSL color Cylindrical-coordinate representation of color #708173: hue angle of 130.59º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #708173 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 129 115 -
CMYK 0.13 0 0.11 0.49
HSL 130.59º 0.07% 0.47% -
HSV(B) 130.59º 0.13% 0.51% -
XYZ 17.63 20.38 19.22 -
YUV 122.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 112 129 115 0.13 0 0.11 0.49 130.59 0.07 0.47
Hex 70 81 73 D 0 B 31 83 7 2F
Octal 160 201 163 15 0 13 61 203 7 57
Binary 1110000 10000001 1110011 1101 0 1011 110001 10000011 111 101111

Color Harmonies of #708173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708173

Black with #708173

Text Example


Text Example

White with #708173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708173; }

 p { color: rgb(112,129,115); }

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

background-color css

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

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

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

border-color css

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

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

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