Html Css Color HEX #707873 Sirocco

📋 copy color: '#707873'

red 112 ◦ green 120 ◦ blue 115

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

Shades of Sirocco #707873

Tints of Sirocco #707873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 32.28%
G = 34.58%
B = 33.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#707873 (or 0x707873) is known color: Sirocco. HEX triplet: 70, 78 and 73. RGB value is (112,120,115). Sum of RGB (Red+Green+Blue) = 112+120+115=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #707873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707873 is #8F878C. Grayscale: #757575. Windows color (decimal): -9406349 or 7567472. OLE color: 7567472.

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

Color convert

RGB 112 120 115 -
CMYK 0.07 0 0.04 0.53
HSL 142.5º 0.03% 0.45% -
HSV(B) 142.5º 0.07% 0.47% -
XYZ 16.49 18.12 18.85 -
YUV 117.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 112 120 115 0.07 0 0.04 0.53 142.5 0.03 0.45
Hex 70 78 73 7 0 4 35 8E 3 2D
Octal 160 170 163 7 0 4 65 216 3 55
Binary 1110000 1111000 1110011 111 0 100 110101 10001110 11 101101

Color Harmonies of #707873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707873

Black with #707873

Text Example


Text Example

White with #707873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707873; }

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

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

background-color css

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

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

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

border-color css

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

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

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