Html Css Color HEX #766985 Mamba

📋 copy color: '#766985'

red 118 ◦ green 105 ◦ blue 133

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

Shades of Mamba #766985

Tints of Mamba #766985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 33.15%
G = 29.49%
B = 37.36%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#766985 (or 0x766985) is known color: Mamba. HEX triplet: 76, 69 and 85. RGB value is (118,105,133). Sum of RGB (Red+Green+Blue) = 118+105+133=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #766985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766985 is #89967A. Grayscale: #6F6F6F. Windows color (decimal): -9016955 or 8743286. OLE color: 8743286.

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

Color convert

RGB 118 105 133 -
CMYK 0.11 0.21 0 0.48
HSL 267.86º 0.12% 0.47% -
HSV(B) 267.86º 0.21% 0.52% -
XYZ 16.76 15.65 24.33 -
YUV 112.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 118 105 133 0.11 0.21 0 0.48 267.86 0.12 0.47
Hex 76 69 85 B 15 0 30 10C C 2F
Octal 166 151 205 13 25 0 60 414 14 57
Binary 1110110 1101001 10000101 1011 10101 0 110000 100001100 1100 101111

Color Harmonies of #766985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766985

Black with #766985

Text Example


Text Example

White with #766985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766985; }

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

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

background-color css

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

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

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

border-color css

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

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

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