Html Css Color HEX #76628B Mamba

📋 copy color: '#76628B'

red 118 ◦ green 98 ◦ blue 139

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

Shades of Mamba #76628B

Tints of Mamba #76628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 33.24%
G = 27.61%
B = 39.15%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76628B (or 0x76628B) is known color: Mamba. HEX triplet: 76, 62 and 8B. RGB value is (118,98,139). Sum of RGB (Red+Green+Blue) = 118+98+139=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #76628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76628B is #899D74. Grayscale: #6C6C6C. Windows color (decimal): -9018741 or 9134710. OLE color: 9134710.

HSL color Cylindrical-coordinate representation of color #76628B: hue angle of 269.27º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76628B is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 98 139 -
CMYK 0.15 0.29 0 0.45
HSL 269.27º 0.17% 0.46% -
HSV(B) 269.27º 0.29% 0.55% -
XYZ 16.5 14.45 26.35 -
YUV 108.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 118 98 139 0.15 0.29 0 0.45 269.27 0.17 0.46
Hex 76 62 8B F 1D 0 2D 10D 11 2E
Octal 166 142 213 17 35 0 55 415 21 56
Binary 1110110 1100010 10001011 1111 11101 0 101101 100001101 10001 101110

Color Harmonies of #76628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76628B

Black with #76628B

Text Example


Text Example

White with #76628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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