Html Css Color HEX #826F88 Mamba

📋 copy color: '#826F88'

red 130 ◦ green 111 ◦ blue 136

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

Shades of Mamba #826F88

Tints of Mamba #826F88

RGB

 RED value IS 130 (51.17% from 255) = 34.48%

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 34.48%
G = 29.44%
B = 36.07%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#826F88 (or 0x826F88) is known color: Mamba. HEX triplet: 82, 6F and 88. RGB value is (130,111,136). Sum of RGB (Red+Green+Blue) = 130+111+136=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #826F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F88 is #7D9077. Grayscale: #777777. Windows color (decimal): -8228984 or 8941442. OLE color: 8941442.

HSL color Cylindrical-coordinate representation of color #826F88: hue angle of 285.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826F88 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 111 136 -
CMYK 0.04 0.18 0 0.47
HSL 285.6º 0.1% 0.48% -
HSV(B) 285.6º 0.18% 0.53% -
XYZ 19.33 17.89 25.73 -
YUV 119.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 130 111 136 0.04 0.18 0 0.47 285.6 0.1 0.48
Hex 82 6F 88 4 12 0 2F 11E A 30
Octal 202 157 210 4 22 0 57 436 12 60
Binary 10000010 1101111 10001000 100 10010 0 101111 100011110 1010 110000

Color Harmonies of #826F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F88

Black with #826F88

Text Example


Text Example

White with #826F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826F88; }

 p { color: rgb(130,111,136); }

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

background-color css

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

 a { background-color: rgb(130,111,136); }

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

border-color css

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

 span { border-color: rgb(130,111,136); }

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