Html Css Color HEX #766286 Mamba

📋 copy color: '#766286'

red 118 ◦ green 98 ◦ blue 134

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

Shades of Mamba #766286

Tints of Mamba #766286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 33.71%
G = 28%
B = 38.29%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766286 (or 0x766286) is known color: Mamba. HEX triplet: 76, 62 and 86. RGB value is (118,98,134). Sum of RGB (Red+Green+Blue) = 118+98+134=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #766286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766286 is #899D79. Grayscale: #6B6B6B. Windows color (decimal): -9018746 or 8807030. OLE color: 8807030.

HSL color Cylindrical-coordinate representation of color #766286: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #766286 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 98 134 -
CMYK 0.12 0.27 0 0.47
HSL 273.33º 0.16% 0.45% -
HSV(B) 273.33º 0.27% 0.53% -
XYZ 16.14 14.31 24.47 -
YUV 108.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 118 98 134 0.12 0.27 0 0.47 273.33 0.16 0.45
Hex 76 62 86 C 1B 0 2F 111 10 2D
Octal 166 142 206 14 33 0 57 421 20 55
Binary 1110110 1100010 10000110 1100 11011 0 101111 100010001 10000 101101

Color Harmonies of #766286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766286

Black with #766286

Text Example


Text Example

White with #766286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766286; }

 p { color: rgb(118,98,134); }

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

background-color css

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

 a { background-color: rgb(118,98,134); }

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

border-color css

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

 span { border-color: rgb(118,98,134); }

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