Html Css Color HEX #766583 Mamba

📋 copy color: '#766583'

red 118 ◦ green 101 ◦ blue 131

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

Shades of Mamba #766583

Tints of Mamba #766583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.43%

R = 33.71%
G = 28.86%
B = 37.43%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#766583 (or 0x766583) is known color: Mamba. HEX triplet: 76, 65 and 83. RGB value is (118,101,131). Sum of RGB (Red+Green+Blue) = 118+101+131=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #766583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766583 is #899A7C. Grayscale: #6D6D6D. Windows color (decimal): -9017981 or 8611190. OLE color: 8611190.

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

Color convert

RGB 118 101 131 -
CMYK 0.10 0.23 0 0.49
HSL 274º 0.13% 0.45% -
HSV(B) 274º 0.23% 0.51% -
XYZ 16.22 14.8 23.47 -
YUV 109.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 118 101 131 0.10 0.23 0 0.49 274 0.13 0.45
Hex 76 65 83 A 17 0 31 112 D 2D
Octal 166 145 203 12 27 0 61 422 15 55
Binary 1110110 1100101 10000011 1010 10111 0 110001 100010010 1101 101101

Color Harmonies of #766583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766583

Black with #766583

Text Example


Text Example

White with #766583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766583; }

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

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

background-color css

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

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

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

border-color css

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

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

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