#75857D

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

Shades of Sirocco #75857D

Tints of Sirocco #75857D

Color information

#75857D (or 0x75857D) is unknown color: approx Sirocco. HEX triplet: 75, 85 and 7D. RGB value is (117,133,125). Sum of RGB (Red+Green+Blue) = 117+133+125=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #75857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75857D is #8A7A82. Grayscale: #7F7F7F. Windows color (decimal): -9075331 or 8226165. OLE color: 8226165.

HSL color Cylindrical-coordinate representation of color #75857D: hue angle of 150º 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 #75857D is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB117133125-
CMYK0.1200.060.48
HSL150º6.4%49.02%-
HSV(B)150º12.03%52.16%-
XYZ19.4322.0422.63-
YUV127.3126.7120.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=31.2%
G=35.47%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331250.1200.060.481506.449.02
Hex75857DC063096631
Octal165205175140660226661
Binary11101011000010111111011100011011000010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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