#75618A

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

Shades of Mamba #75618A

Tints of Mamba #75618A

Color information

#75618A (or 0x75618A) is unknown color: approx Mamba. HEX triplet: 75, 61 and 8A. RGB value is (117,97,138). Sum of RGB (Red+Green+Blue) = 117+97+138=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #75618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75618A is #8A9E75. Grayscale: #6B6B6B. Windows color (decimal): -9084534 or 9068917. OLE color: 9068917.

HSL color Cylindrical-coordinate representation of color #75618A: hue angle of 269.27º degrees, saturation: 0.17, 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 #75618A is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11797138-
CMYK0.150.3000.46
HSL269.27º17.45%46.08%-
HSV(B)269.27º29.71%54.12%-
XYZ16.214.1725.93-
YUV107.65145.13134.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=33.24%
G=27.56%
B=39.20%

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
Decimal117971380.150.3000.46269.2717.4546.08
Hex75618AF1E02E10d112e
Octal16514121217360564152156
Binary1110101110000110001010111111110010111010000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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