Html Css Color HEX #707A73 Sirocco

📋 copy color: '#707A73'

red 112 ◦ green 122 ◦ blue 115

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

Shades of Sirocco #707A73

Tints of Sirocco #707A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

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

R = 32.09%
G = 34.96%
B = 32.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#707A73 (or 0x707A73) is known color: Sirocco. HEX triplet: 70, 7A and 73. RGB value is (112,122,115). Sum of RGB (Red+Green+Blue) = 112+122+115=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 122 - color contains mainly: green. Hex color #707A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A73 is #8F858C. Grayscale: #767676. Windows color (decimal): -9405837 or 7567984. OLE color: 7567984.

HSL color Cylindrical-coordinate representation of color #707A73: hue angle of 138º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #707A73 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 122 115 -
CMYK 0.08 0 0.06 0.52
HSL 138º 0.04% 0.46% -
HSV(B) 138º 0.08% 0.48% -
XYZ 16.74 18.6 18.93 -
YUV 118.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 112 122 115 0.08 0 0.06 0.52 138 0.04 0.46
Hex 70 7A 73 8 0 6 34 8A 4 2E
Octal 160 172 163 10 0 6 64 212 4 56
Binary 1110000 1111010 1110011 1000 0 110 110100 10001010 100 101110

Color Harmonies of #707A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A73

Black with #707A73

Text Example


Text Example

White with #707A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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