Html Css Color HEX #766784 Mamba

📋 copy color: '#766784'

red 118 ◦ green 103 ◦ blue 132

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

Shades of Mamba #766784

Tints of Mamba #766784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 132 (51.95% from 255) = 37.39%

R = 33.43%
G = 29.18%
B = 37.39%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#766784 (or 0x766784) is known color: Mamba. HEX triplet: 76, 67 and 84. RGB value is (118,103,132). Sum of RGB (Red+Green+Blue) = 118+103+132=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #766784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766784 is #89987B. Grayscale: #6E6E6E. Windows color (decimal): -9017468 or 8677238. OLE color: 8677238.

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

Color convert

RGB 118 103 132 -
CMYK 0.11 0.22 0 0.48
HSL 271.03º 0.12% 0.46% -
HSV(B) 271.03º 0.22% 0.52% -
XYZ 16.49 15.22 23.9 -
YUV 110.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 118 103 132 0.11 0.22 0 0.48 271.03 0.12 0.46
Hex 76 67 84 B 16 0 30 10F C 2E
Octal 166 147 204 13 26 0 60 417 14 56
Binary 1110110 1100111 10000100 1011 10110 0 110000 100001111 1100 101110

Color Harmonies of #766784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766784

Black with #766784

Text Example


Text Example

White with #766784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766784; }

 p { color: rgb(118,103,132); }

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

background-color css

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

 a { background-color: rgb(118,103,132); }

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

border-color css

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

 span { border-color: rgb(118,103,132); }

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