#73887D

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

Shades of Sirocco #73887D

Tints of Sirocco #73887D

Color information

#73887D (or 0x73887D) is unknown color: approx Sirocco. HEX triplet: 73, 88 and 7D. RGB value is (115,136,125). Sum of RGB (Red+Green+Blue) = 115+136+125=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #73887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73887D is #8C7782. Grayscale: #808080. Windows color (decimal): -9205635 or 8226931. OLE color: 8226931.

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

Color convert

RGB115136125-
CMYK0.1500.080.47
HSL148.57º8.37%49.22%-
HSV(B)148.57º15.44%53.33%-
XYZ19.5822.7322.76-
YUV128.47126.04118.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=30.59%
G=36.17%
B=33.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151361250.1500.080.47148.578.3749.22
Hex73887DF082F95831
Octal16321017517010572251061
Binary1110011100010001111101111101000101111100101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73887D; }

 p { color: rgb(115,136,125); }

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

<style>
 a { background-color: #73887D; }

 a { background-color: rgb(115,136,125); }

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

<style>
 span { border-color: #73887D; }

 span { border-color: rgb(115,136,125); }

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