Html Css Color HEX #707671 Blue Smoke

📋 copy color: '#707671'

red 112 ◦ green 118 ◦ blue 113

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

Shades of Blue Smoke #707671

Tints of Blue Smoke #707671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 32.65%
G = 34.4%
B = 32.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#707671 (or 0x707671) is known color: Blue Smoke. HEX triplet: 70, 76 and 71. RGB value is (112,118,113). Sum of RGB (Red+Green+Blue) = 112+118+113=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 118 - color contains mainly: green. Hex color #707671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707671 is #8F898E. Grayscale: #737373. Windows color (decimal): -9406863 or 7435888. OLE color: 7435888.

HSL color Cylindrical-coordinate representation of color #707671: hue angle of 130º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707671 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 113 -
CMYK 0.05 0 0.04 0.54
HSL 130º 0.03% 0.45% -
HSV(B) 130º 0.05% 0.46% -
XYZ 16.14 17.59 18.17 -
YUV 115.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 112 118 113 0.05 0 0.04 0.54 130 0.03 0.45
Hex 70 76 71 5 0 4 36 82 3 2D
Octal 160 166 161 5 0 4 66 202 3 55
Binary 1110000 1110110 1110001 101 0 100 110110 10000010 11 101101

Color Harmonies of #707671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707671

Black with #707671

Text Example


Text Example

White with #707671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707671; }

 p { color: rgb(112,118,113); }

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

background-color css

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

 a { background-color: rgb(112,118,113); }

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

border-color css

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

 span { border-color: rgb(112,118,113); }

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