#73867C

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

Shades of Sirocco #73867C

Tints of Sirocco #73867C

Color information

#73867C (or 0x73867C) is unknown color: approx Sirocco. HEX triplet: 73, 86 and 7C. RGB value is (115,134,124). Sum of RGB (Red+Green+Blue) = 115+134+124=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #73867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867C is #8C7983. Grayscale: #7F7F7F. Windows color (decimal): -9206148 or 8160883. OLE color: 8160883.

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

Color convert

RGB115134124-
CMYK0.1400.070.47
HSL148.42º7.63%48.82%-
HSV(B)148.42º14.18%52.55%-
XYZ19.2322.1522.33-
YUV127.18126.21119.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=30.83%
G=35.92%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341240.1400.070.47148.427.6348.82
Hex73867CE072F94831
Octal1632061741607572241061
Binary111001110000110111110011100111101111100101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73867C; }

 p { color: rgb(115,134,124); }

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

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

 a { background-color: rgb(115,134,124); }

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

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

 span { border-color: rgb(115,134,124); }

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