Html Css Color HEX #755F82 Mamba

📋 copy color: '#755F82'

red 117 ◦ green 95 ◦ blue 130

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

Shades of Mamba #755F82

Tints of Mamba #755F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 34.21%
G = 27.78%
B = 38.01%

CMYK

 C value IS 0.1

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#755F82 (or 0x755F82) is known color: Mamba. HEX triplet: 75, 5F and 82. RGB value is (117,95,130). Sum of RGB (Red+Green+Blue) = 117+95+130=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #755F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F82 is #8AA07D. Grayscale: #696969. Windows color (decimal): -9085054 or 8544117. OLE color: 8544117.

HSL color Cylindrical-coordinate representation of color #755F82: hue angle of 277.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755F82 is Cyan = 0.1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 95 130 -
CMYK 0.1 0.27 0 0.49
HSL 277.71º 0.16% 0.44% -
HSV(B) 277.71º 0.27% 0.51% -
XYZ 15.46 13.58 22.93 -
YUV 105.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 117 95 130 0.1 0.27 0 0.49 277.71 0.16 0.44
Hex 75 5F 82 A 1B 0 31 116 10 2C
Octal 165 137 202 12 33 0 61 426 20 54
Binary 1110101 1011111 10000010 1010 11011 0 110001 100010110 10000 101100

Color Harmonies of #755F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F82

Black with #755F82

Text Example


Text Example

White with #755F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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