Html Css Color HEX #77648C Mamba

📋 copy color: '#77648C'

red 119 ◦ green 100 ◦ blue 140

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

Shades of Mamba #77648C

Tints of Mamba #77648C

RGB

 RED value IS 119 (46.88% from 255) = 33.15%

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

 BLUE value IS 140 (55.08% from 255) = 39%

R = 33.15%
G = 27.86%
B = 39%

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

#77648C (or 0x77648C) is known color: Mamba. HEX triplet: 77, 64 and 8C. RGB value is (119,100,140). Sum of RGB (Red+Green+Blue) = 119+100+140=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #77648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77648C is #889B73. Grayscale: #6E6E6E. Windows color (decimal): -8952692 or 9200759. OLE color: 9200759.

HSL color Cylindrical-coordinate representation of color #77648C: 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 #77648C is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 100 140 -
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.9 14.93 26.8 -
YUV 110.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 119 100 140 0.15 0.29 0 0.45 268.5 0.17 0.47
Hex 77 64 8C F 1D 0 2D 10C 11 2F
Octal 167 144 214 17 35 0 55 414 21 57
Binary 1110111 1100100 10001100 1111 11101 0 101101 100001100 10001 101111

Color Harmonies of #77648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77648C

Black with #77648C

Text Example


Text Example

White with #77648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77648C; }

 p { color: rgb(119,100,140); }

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

background-color css

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

 a { background-color: rgb(119,100,140); }

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

border-color css

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

 span { border-color: rgb(119,100,140); }

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