Html Css Color HEX #707B73 Sirocco

📋 copy color: '#707B73'

red 112 ◦ green 123 ◦ blue 115

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

Shades of Sirocco #707B73

Tints of Sirocco #707B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

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

R = 32%
G = 35.14%
B = 32.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#707B73 (or 0x707B73) is known color: Sirocco. HEX triplet: 70, 7B and 73. RGB value is (112,123,115). Sum of RGB (Red+Green+Blue) = 112+123+115=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #707B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B73 is #8F848C. Grayscale: #767676. Windows color (decimal): -9405581 or 7568240. OLE color: 7568240.

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

Color convert

RGB 112 123 115 -
CMYK 0.09 0 0.07 0.52
HSL 136.36º 0.05% 0.46% -
HSV(B) 136.36º 0.09% 0.48% -
XYZ 16.86 18.85 18.97 -
YUV 118.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 112 123 115 0.09 0 0.07 0.52 136.36 0.05 0.46
Hex 70 7B 73 9 0 7 34 88 5 2E
Octal 160 173 163 11 0 7 64 210 5 56
Binary 1110000 1111011 1110011 1001 0 111 110100 10001000 101 101110

Color Harmonies of #707B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B73

Black with #707B73

Text Example


Text Example

White with #707B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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