#75857C

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

Shades of Sirocco #75857C

Tints of Sirocco #75857C

Color information

#75857C (or 0x75857C) is unknown color: approx Sirocco. HEX triplet: 75, 85 and 7C. RGB value is (117,133,124). Sum of RGB (Red+Green+Blue) = 117+133+124=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 133 - color contains mainly: green. Hex color #75857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75857C is #8A7A83. Grayscale: #7F7F7F. Windows color (decimal): -9075332 or 8160629. OLE color: 8160629.

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

Color convert

RGB117133124-
CMYK0.1200.070.48
HSL146.25º6.4%49.02%-
HSV(B)146.25º12.03%52.16%-
XYZ19.3622.0122.3-
YUV127.19126.2120.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=31.28%
G=35.56%
B=33.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331240.1200.070.48146.256.449.02
Hex75857CC073092631
Octal165205174140760222661
Binary11101011000010111111001100011111000010010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,133,124); }

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

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

 a { background-color: rgb(117,133,124); }

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

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

 span { border-color: rgb(117,133,124); }

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