Html Css Color HEX #707471 Sirocco

📋 copy color: '#707471'

red 112 ◦ green 116 ◦ blue 113

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

Shades of Sirocco #707471

Tints of Sirocco #707471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 32.84%
G = 34.02%
B = 33.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#707471 (or 0x707471) is known color: Sirocco. HEX triplet: 70, 74 and 71. RGB value is (112,116,113). Sum of RGB (Red+Green+Blue) = 112+116+113=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 116 - color contains mainly: green. Hex color #707471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707471 is #8F8B8E. Grayscale: #727272. Windows color (decimal): -9407375 or 7435376. OLE color: 7435376.

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

Color convert

RGB 112 116 113 -
CMYK 0.03 0 0.03 0.55
HSL 135º 0.02% 0.45% -
HSV(B) 135º 0.03% 0.45% -
XYZ 15.91 17.13 18.09 -
YUV 114.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 112 116 113 0.03 0 0.03 0.55 135 0.02 0.45
Hex 70 74 71 3 0 3 37 87 2 2D
Octal 160 164 161 3 0 3 67 207 2 55
Binary 1110000 1110100 1110001 11 0 11 110111 10000111 10 101101

Color Harmonies of #707471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707471

Black with #707471

Text Example


Text Example

White with #707471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707471; }

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

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

background-color css

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

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

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

border-color css

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

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

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