Html Css Color HEX #707872 Sirocco

📋 copy color: '#707872'

red 112 ◦ green 120 ◦ blue 114

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

Shades of Sirocco #707872

Tints of Sirocco #707872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 32.37%
G = 34.68%
B = 32.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#707872 (or 0x707872) is known color: Sirocco. HEX triplet: 70, 78 and 72. RGB value is (112,120,114). Sum of RGB (Red+Green+Blue) = 112+120+114=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 120 - color contains mainly: green. Hex color #707872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707872 is #8F878D. Grayscale: #747474. Windows color (decimal): -9406350 or 7501936. OLE color: 7501936.

HSL color Cylindrical-coordinate representation of color #707872: hue angle of 135º 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 #707872 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 114 -
CMYK 0.07 0 0.05 0.53
HSL 135º 0.03% 0.45% -
HSV(B) 135º 0.07% 0.47% -
XYZ 16.44 18.09 18.55 -
YUV 116.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 112 120 114 0.07 0 0.05 0.53 135 0.03 0.45
Hex 70 78 72 7 0 5 35 87 3 2D
Octal 160 170 162 7 0 5 65 207 3 55
Binary 1110000 1111000 1110010 111 0 101 110101 10000111 11 101101

Color Harmonies of #707872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707872

Black with #707872

Text Example


Text Example

White with #707872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707872; }

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

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

background-color css

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

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

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

border-color css

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

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

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