Html Css Color HEX #755F8A Mamba

📋 copy color: '#755F8A'

red 117 ◦ green 95 ◦ blue 138

#755F8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #755F8A

Tints of Mamba #755F8A

RGB

 RED value IS 117 (46.09% from 255) = 33.43%

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 33.43%
G = 27.14%
B = 39.43%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#755F8A (or 0x755F8A) is known color: Mamba. HEX triplet: 75, 5F and 8A. RGB value is (117,95,138). Sum of RGB (Red+Green+Blue) = 117+95+138=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #755F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F8A is #8AA075. Grayscale: #6A6A6A. Windows color (decimal): -9085046 or 9068405. OLE color: 9068405.

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

Color convert

RGB 117 95 138 -
CMYK 0.15 0.31 0 0.46
HSL 270.7º 0.18% 0.46% -
HSV(B) 270.7º 0.31% 0.54% -
XYZ 16.02 13.8 25.86 -
YUV 106.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 117 95 138 0.15 0.31 0 0.46 270.7 0.18 0.46
Hex 75 5F 8A F 1F 0 2E 10F 12 2E
Octal 165 137 212 17 37 0 56 417 22 56
Binary 1110101 1011111 10001010 1111 11111 0 101110 100001111 10010 101110

Color Harmonies of #755F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F8A

Black with #755F8A

Text Example


Text Example

White with #755F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F8A; }

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

 H1.HeaderClassName
 {
   color: #755F8A;
 }
 .AnyTagClassName
 {
   color: #755F8A;
 }
</style>

background-color css

<style>
 a { background-color: #755F8A; }

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

 div.DivClassName
 {
   background-color: #755F8A;
 }
 .BgClassName
 {
   background-color: #755F8A;
 }
</style>

border-color css

<style>
 span { border-color: #755F8A; }

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

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