Html Css Color HEX #825B76 Old Lavender

📋 copy color: '#825B76'

red 130 ◦ green 91 ◦ blue 118

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

Shades of Old Lavender #825B76

Tints of Old Lavender #825B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 38.35%
G = 26.84%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#825B76 (or 0x825B76) is known color: Old Lavender. HEX triplet: 82, 5B and 76. RGB value is (130,91,118). Sum of RGB (Red+Green+Blue) = 130+91+118=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B76 is #7DA489. Grayscale: #696969. Windows color (decimal): -8234122 or 7756674. OLE color: 7756674.

HSL color Cylindrical-coordinate representation of color #825B76: hue angle of 318.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B76 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 118 -
CMYK 0 0.30 0.09 0.49
HSL 318.46º 0.18% 0.43% -
HSV(B) 318.46º 0.3% 0.51% -
XYZ 16.22 13.54 18.9 -
YUV 105.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 130 91 118 0 0.30 0.09 0.49 318.46 0.18 0.43
Hex 82 5B 76 0 1E 9 31 13E 12 2B
Octal 202 133 166 0 36 11 61 476 22 53
Binary 10000010 1011011 1110110 0 11110 1001 110001 100111110 10010 101011

Color Harmonies of #825B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B76

Black with #825B76

Text Example


Text Example

White with #825B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B76; }

 p { color: rgb(130,91,118); }

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

background-color css

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

 a { background-color: rgb(130,91,118); }

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

border-color css

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

 span { border-color: rgb(130,91,118); }

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