Html Css Color HEX #708274 Blue Smoke

📋 copy color: '#708274'

red 112 ◦ green 130 ◦ blue 116

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

Shades of Blue Smoke #708274

Tints of Blue Smoke #708274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 31.28%
G = 36.31%
B = 32.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#708274 (or 0x708274) is known color: Blue Smoke. HEX triplet: 70, 82 and 74. RGB value is (112,130,116). Sum of RGB (Red+Green+Blue) = 112+130+116=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #708274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708274 is #8F7D8B. Grayscale: #7B7B7B. Windows color (decimal): -9403788 or 7635568. OLE color: 7635568.

HSL color Cylindrical-coordinate representation of color #708274: hue angle of 133.33º 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 #708274 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 116 -
CMYK 0.14 0 0.11 0.49
HSL 133.33º 0.07% 0.47% -
HSV(B) 133.33º 0.14% 0.51% -
XYZ 17.82 20.67 19.57 -
YUV 123.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 112 130 116 0.14 0 0.11 0.49 133.33 0.07 0.47
Hex 70 82 74 E 0 B 31 85 7 2F
Octal 160 202 164 16 0 13 61 205 7 57
Binary 1110000 10000010 1110100 1110 0 1011 110001 10000101 111 101111

Color Harmonies of #708274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708274

Black with #708274

Text Example


Text Example

White with #708274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708274; }

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

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

background-color css

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

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

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

border-color css

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

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

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