#75608A

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

Shades of Mamba #75608A

Tints of Mamba #75608A

Color information

#75608A (or 0x75608A) is unknown color: approx Mamba. HEX triplet: 75, 60 and 8A. RGB value is (117,96,138). Sum of RGB (Red+Green+Blue) = 117+96+138=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #75608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75608A is #8A9F75. Grayscale: #6A6A6A. Windows color (decimal): -9084790 or 9068661. OLE color: 9068661.

HSL color Cylindrical-coordinate representation of color #75608A: hue angle of 270º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75608A is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11796138-
CMYK0.150.3000.46
HSL270º17.95%45.88%-
HSV(B)270º30.43%54.12%-
XYZ16.1113.9825.89-
YUV107.07145.46135.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=33.33%
G=27.35%
B=39.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117961380.150.3000.4627017.9545.88
Hex75608AF1E02E10e122e
Octal16514021217360564162256
Binary1110101110000010001010111111110010111010000111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,96,138); }

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

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

 a { background-color: rgb(117,96,138); }

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

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

 span { border-color: rgb(117,96,138); }

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