#75817A

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

Shades of Sirocco #75817A

Tints of Sirocco #75817A

Color information

#75817A (or 0x75817A) is unknown color: approx Sirocco. HEX triplet: 75, 81 and 7A. RGB value is (117,129,122). Sum of RGB (Red+Green+Blue) = 117+129+122=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #75817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817A is #8A7E85. Grayscale: #7C7C7C. Windows color (decimal): -9076358 or 8028533. OLE color: 8028533.

HSL color Cylindrical-coordinate representation of color #75817A: hue angle of 145º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75817A is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB117129122-
CMYK0.0900.050.49
HSL145º4.88%48.24%-
HSV(B)145º9.3%50.59%-
XYZ18.720.8921.46-
YUV124.61126.52122.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=31.79%
G=35.05%
B=33.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291220.0900.050.491454.8848.24
Hex75817A9053191530
Octal165201172110561221560
Binary11101011000000111110101001010111000110010001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75817A; }

 p { color: rgb(117,129,122); }

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

<style>
 a { background-color: #75817A; }

 a { background-color: rgb(117,129,122); }

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

<style>
 span { border-color: #75817A; }

 span { border-color: rgb(117,129,122); }

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