#73857B

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

Shades of Sirocco #73857B

Tints of Sirocco #73857B

Color information

#73857B (or 0x73857B) is unknown color: approx Sirocco. HEX triplet: 73, 85 and 7B. RGB value is (115,133,123). Sum of RGB (Red+Green+Blue) = 115+133+123=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #73857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73857B is #8C7A84. Grayscale: #7E7E7E. Windows color (decimal): -9206405 or 8095091. OLE color: 8095091.

HSL color Cylindrical-coordinate representation of color #73857B: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #73857B is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB115133123-
CMYK0.1400.080.48
HSL146.67º7.26%48.63%-
HSV(B)146.67º13.53%52.16%-
XYZ19.0321.8521.95-
YUV126.48126.04119.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=31.00%
G=35.85%
B=33.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151331230.1400.080.48146.677.2648.63
Hex73857BE083093731
Octal1632051731601060223761
Binary111001110000101111101111100100011000010010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73857B; }

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

 H1.HeaderClassName
 {
   color: #73857B;
 }
 .AnyTagClassName
 {
   color: #73857B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #73857B;
 }
 .BgClassName
 {
   background-color: #73857B;
 }
</style>
border-color css

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

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

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