Html Css Color HEX #76638B Mamba

📋 copy color: '#76638B'

red 118 ◦ green 99 ◦ blue 139

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

Shades of Mamba #76638B

Tints of Mamba #76638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 33.15%
G = 27.81%
B = 39.04%

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

#76638B (or 0x76638B) is known color: Mamba. HEX triplet: 76, 63 and 8B. RGB value is (118,99,139). Sum of RGB (Red+Green+Blue) = 118+99+139=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #76638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76638B is #899C74. Grayscale: #6D6D6D. Windows color (decimal): -9018485 or 9134966. OLE color: 9134966.

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

Color convert

RGB 118 99 139 -
CMYK 0.15 0.29 0 0.45
HSL 268.5º 0.17% 0.47% -
HSV(B) 268.5º 0.29% 0.55% -
XYZ 16.59 14.64 26.38 -
YUV 109.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 118 99 139 0.15 0.29 0 0.45 268.5 0.17 0.47
Hex 76 63 8B F 1D 0 2D 10C 11 2F
Octal 166 143 213 17 35 0 55 414 21 57
Binary 1110110 1100011 10001011 1111 11101 0 101101 100001100 10001 101111

Color Harmonies of #76638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76638B

Black with #76638B

Text Example


Text Example

White with #76638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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