Html Css Color HEX #766582 Mamba

📋 copy color: '#766582'

red 118 ◦ green 101 ◦ blue 130

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

Shades of Mamba #766582

Tints of Mamba #766582

RGB

 RED value IS 118 (46.48% from 255) = 33.81%

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 33.81%
G = 28.94%
B = 37.25%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766582 (or 0x766582) is known color: Mamba. HEX triplet: 76, 65 and 82. RGB value is (118,101,130). Sum of RGB (Red+Green+Blue) = 118+101+130=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #766582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766582 is #899A7D. Grayscale: #6D6D6D. Windows color (decimal): -9017982 or 8545654. OLE color: 8545654.

HSL color Cylindrical-coordinate representation of color #766582: hue angle of 275.17º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #766582 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 101 130 -
CMYK 0.09 0.22 0 0.49
HSL 275.17º 0.13% 0.45% -
HSV(B) 275.17º 0.22% 0.51% -
XYZ 16.15 14.77 23.12 -
YUV 109.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 118 101 130 0.09 0.22 0 0.49 275.17 0.13 0.45
Hex 76 65 82 9 16 0 31 113 D 2D
Octal 166 145 202 11 26 0 61 423 15 55
Binary 1110110 1100101 10000010 1001 10110 0 110001 100010011 1101 101101

Color Harmonies of #766582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766582

Black with #766582

Text Example


Text Example

White with #766582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766582; }

 p { color: rgb(118,101,130); }

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

background-color css

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

 a { background-color: rgb(118,101,130); }

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

border-color css

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

 span { border-color: rgb(118,101,130); }

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