#707B73

Color #707B73 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #707B73

Tints of Sirocco #707B73

Color information

#707B73 (or 0x707B73) is unknown color: approx 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

RGB112123115-
CMYK0.0900.070.52
HSL136.36º4.68%46.08%-
HSV(B)136.36º8.94%48.24%-
XYZ16.8618.8518.97-
YUV118.8125.86123.15-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121231150.0900.070.52136.364.6846.08
Hex707B73907348852e
Octal160173163110764210556
Binary1110000111101111100111001011111010010001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>