Html Css Color HEX #815C75 Old Lavender

📋 copy color: '#815C75'

red 129 ◦ green 92 ◦ blue 117

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

Shades of Old Lavender #815C75

Tints of Old Lavender #815C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 38.17%
G = 27.22%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#815C75 (or 0x815C75) is known color: Old Lavender. HEX triplet: 81, 5C and 75. RGB value is (129,92,117). Sum of RGB (Red+Green+Blue) = 129+92+117=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #815C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C75 is #7EA38A. Grayscale: #696969. Windows color (decimal): -8299403 or 7691393. OLE color: 7691393.

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

Color convert

RGB 129 92 117 -
CMYK 0 0.29 0.09 0.49
HSL 319.46º 0.17% 0.43% -
HSV(B) 319.46º 0.29% 0.51% -
XYZ 16.09 13.61 18.61 -
YUV 105.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 129 92 117 0 0.29 0.09 0.49 319.46 0.17 0.43
Hex 81 5C 75 0 1D 9 31 13F 11 2B
Octal 201 134 165 0 35 11 61 477 21 53
Binary 10000001 1011100 1110101 0 11101 1001 110001 100111111 10001 101011

Color Harmonies of #815C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815C75

Black with #815C75

Text Example


Text Example

White with #815C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815C75; }

 p { color: rgb(129,92,117); }

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

background-color css

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

 a { background-color: rgb(129,92,117); }

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

border-color css

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

 span { border-color: rgb(129,92,117); }

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