Html Css Color HEX #825C78 Old Lavender

📋 copy color: '#825C78'

red 130 ◦ green 92 ◦ blue 120

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

Shades of Old Lavender #825C78

Tints of Old Lavender #825C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 38.01%
G = 26.9%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#825C78 (or 0x825C78) is known color: Old Lavender. HEX triplet: 82, 5C and 78. RGB value is (130,92,120). Sum of RGB (Red+Green+Blue) = 130+92+120=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #825C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C78 is #7DA387. Grayscale: #6A6A6A. Windows color (decimal): -8233864 or 7888002. OLE color: 7888002.

HSL color Cylindrical-coordinate representation of color #825C78: hue angle of 315.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C78 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 120 -
CMYK 0 0.29 0.08 0.49
HSL 315.79º 0.17% 0.44% -
HSV(B) 315.79º 0.29% 0.51% -
XYZ 16.42 13.76 19.56 -
YUV 106.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 130 92 120 0 0.29 0.08 0.49 315.79 0.17 0.44
Hex 82 5C 78 0 1D 8 31 13C 11 2C
Octal 202 134 170 0 35 10 61 474 21 54
Binary 10000010 1011100 1111000 0 11101 1000 110001 100111100 10001 101100

Color Harmonies of #825C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C78

Black with #825C78

Text Example


Text Example

White with #825C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,120); }

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

background-color css

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

 a { background-color: rgb(130,92,120); }

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

border-color css

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

 span { border-color: rgb(130,92,120); }

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