Html Css Color HEX #817B83 Mamba

📋 copy color: '#817B83'

red 129 ◦ green 123 ◦ blue 131

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

Shades of Mamba #817B83

Tints of Mamba #817B83

RGB

 RED value IS 129 (50.78% from 255) = 33.68%

 GREEN value IS 123 (48.44% from 255) = 32.11%

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

R = 33.68%
G = 32.11%
B = 34.2%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#817B83 (or 0x817B83) is known color: Mamba. HEX triplet: 81, 7B and 83. RGB value is (129,123,131). Sum of RGB (Red+Green+Blue) = 129+123+131=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 131 - color contains mainly: blue. Hex color #817B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817B83 is #7E847C. Grayscale: #7D7D7D. Windows color (decimal): -8291453 or 8616833. OLE color: 8616833.

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

Color convert

RGB 129 123 131 -
CMYK 0.02 0.06 0 0.49
HSL 285º 0.03% 0.5% -
HSV(B) 285º 0.06% 0.51% -
XYZ 20.23 20.47 24.36 -
YUV 125.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 129 123 131 0.02 0.06 0 0.49 285 0.03 0.5
Hex 81 7B 83 2 6 0 31 11D 3 32
Octal 201 173 203 2 6 0 61 435 3 62
Binary 10000001 1111011 10000011 10 110 0 110001 100011101 11 110010

Color Harmonies of #817B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817B83

Black with #817B83

Text Example


Text Example

White with #817B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817B83; }

 p { color: rgb(129,123,131); }

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

background-color css

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

 a { background-color: rgb(129,123,131); }

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

border-color css

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

 span { border-color: rgb(129,123,131); }

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