#75837B

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

Shades of Sirocco #75837B

Tints of Sirocco #75837B

Color information

#75837B (or 0x75837B) is unknown color: approx Sirocco. HEX triplet: 75, 83 and 7B. RGB value is (117,131,123). Sum of RGB (Red+Green+Blue) = 117+131+123=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #75837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75837B is #8A7C84. Grayscale: #7D7D7D. Windows color (decimal): -9075845 or 8094581. OLE color: 8094581.

HSL color Cylindrical-coordinate representation of color #75837B: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75837B is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB117131123-
CMYK0.1100.060.49
HSL145.71º5.65%48.63%-
HSV(B)145.71º10.69%51.37%-
XYZ19.0321.4421.88-
YUV125.9126.36121.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=31.54%
G=35.31%
B=33.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311230.1100.060.49145.715.6548.63
Hex75837BB063192631
Octal165203173130661222661
Binary11101011000001111110111011011011000110010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75837B; }

 p { color: rgb(117,131,123); }

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

<style>
 a { background-color: #75837B; }

 a { background-color: rgb(117,131,123); }

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

<style>
 span { border-color: #75837B; }

 span { border-color: rgb(117,131,123); }

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