Html Css Color HEX #766485 Mamba

📋 copy color: '#766485'

red 118 ◦ green 100 ◦ blue 133

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

Shades of Mamba #766485

Tints of Mamba #766485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

 BLUE value IS 133 (52.34% from 255) = 37.89%

R = 33.62%
G = 28.49%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#766485 (or 0x766485) is known color: Mamba. HEX triplet: 76, 64 and 85. RGB value is (118,100,133). Sum of RGB (Red+Green+Blue) = 118+100+133=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #766485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766485 is #899B7A. Grayscale: #6D6D6D. Windows color (decimal): -9018235 or 8742006. OLE color: 8742006.

HSL color Cylindrical-coordinate representation of color #766485: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766485 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 100 133 -
CMYK 0.11 0.25 0 0.48
HSL 272.73º 0.14% 0.46% -
HSV(B) 272.73º 0.25% 0.52% -
XYZ 16.26 14.66 24.16 -
YUV 109.14 141.46 134.32 -
System Red Green Blue C M Y K H S L
Decimal 118 100 133 0.11 0.25 0 0.48 272.73 0.14 0.46
Hex 76 64 85 B 19 0 30 111 E 2E
Octal 166 144 205 13 31 0 60 421 16 56
Binary 1110110 1100100 10000101 1011 11001 0 110000 100010001 1110 101110

Color Harmonies of #766485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766485

Black with #766485

Text Example


Text Example

White with #766485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766485; }

 p { color: rgb(118,100,133); }

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

background-color css

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

 a { background-color: rgb(118,100,133); }

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

border-color css

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

 span { border-color: rgb(118,100,133); }

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