Html Css Color HEX #807783 Mamba

📋 copy color: '#807783'

red 128 ◦ green 119 ◦ blue 131

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

Shades of Mamba #807783

Tints of Mamba #807783

RGB

 RED value IS 128 (50.39% from 255) = 33.86%

 GREEN value IS 119 (46.88% from 255) = 31.48%

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 33.86%
G = 31.48%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807783 (or 0x807783) is known color: Mamba. HEX triplet: 80, 77 and 83. RGB value is (128,119,131). Sum of RGB (Red+Green+Blue) = 128+119+131=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 131 - color contains mainly: blue. Hex color #807783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807783 is #7F887C. Grayscale: #7B7B7B. Windows color (decimal): -8358013 or 8615808. OLE color: 8615808.

HSL color Cylindrical-coordinate representation of color #807783: hue angle of 285º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #807783 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 119 131 -
CMYK 0.02 0.09 0 0.49
HSL 285º 0.05% 0.49% -
HSV(B) 285º 0.09% 0.51% -
XYZ 19.6 19.42 24.19 -
YUV 123.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 128 119 131 0.02 0.09 0 0.49 285 0.05 0.49
Hex 80 77 83 2 9 0 31 11D 5 31
Octal 200 167 203 2 11 0 61 435 5 61
Binary 10000000 1110111 10000011 10 1001 0 110001 100011101 101 110001

Color Harmonies of #807783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807783

Black with #807783

Text Example


Text Example

White with #807783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807783; }

 p { color: rgb(128,119,131); }

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

background-color css

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

 a { background-color: rgb(128,119,131); }

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

border-color css

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

 span { border-color: rgb(128,119,131); }

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