Html Css Color HEX #708275 Blue Smoke

📋 copy color: '#708275'

red 112 ◦ green 130 ◦ blue 117

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

Shades of Blue Smoke #708275

Tints of Blue Smoke #708275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 31.2%
G = 36.21%
B = 32.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#708275 (or 0x708275) is known color: Blue Smoke. HEX triplet: 70, 82 and 75. RGB value is (112,130,117). Sum of RGB (Red+Green+Blue) = 112+130+117=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #708275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708275 is #8F7D8A. Grayscale: #7B7B7B. Windows color (decimal): -9403787 or 7701104. OLE color: 7701104.

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

Color convert

RGB 112 130 117 -
CMYK 0.14 0 0.1 0.49
HSL 136.67º 0.07% 0.47% -
HSV(B) 136.67º 0.14% 0.51% -
XYZ 17.88 20.69 19.88 -
YUV 123.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 112 130 117 0.14 0 0.1 0.49 136.67 0.07 0.47
Hex 70 82 75 E 0 A 31 89 7 2F
Octal 160 202 165 16 0 12 61 211 7 57
Binary 1110000 10000010 1110101 1110 0 1010 110001 10001001 111 101111

Color Harmonies of #708275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708275

Black with #708275

Text Example


Text Example

White with #708275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708275; }

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

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

background-color css

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

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

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

border-color css

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

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

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