Html Css Color HEX #847D85 Old Lavender

📋 copy color: '#847D85'

red 132 ◦ green 125 ◦ blue 133

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

Shades of Old Lavender #847D85

Tints of Old Lavender #847D85

RGB

 RED value IS 132 (51.95% from 255) = 33.85%

 GREEN value IS 125 (49.22% from 255) = 32.05%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 33.85%
G = 32.05%
B = 34.1%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#847D85 (or 0x847D85) is known color: Old Lavender. HEX triplet: 84, 7D and 85. RGB value is (132,125,133). Sum of RGB (Red+Green+Blue) = 132+125+133=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 133 - color contains mainly: blue. Hex color #847D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D85 is #7B827A. Grayscale: #7F7F7F. Windows color (decimal): -8094331 or 8748420. OLE color: 8748420.

HSL color Cylindrical-coordinate representation of color #847D85: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #847D85 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 125 133 -
CMYK 0.01 0.06 0 0.48
HSL 292.5º 0.03% 0.51% -
HSV(B) 292.5º 0.06% 0.52% -
XYZ 21.08 21.27 25.18 -
YUV 128.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 132 125 133 0.01 0.06 0 0.48 292.5 0.03 0.51
Hex 84 7D 85 1 6 0 30 124 3 33
Octal 204 175 205 1 6 0 60 444 3 63
Binary 10000100 1111101 10000101 1 110 0 110000 100100100 11 110011

Color Harmonies of #847D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D85

Black with #847D85

Text Example


Text Example

White with #847D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847D85; }

 p { color: rgb(132,125,133); }

 H1.HeaderClassName
 {
   color: #847D85;
 }
 .AnyTagClassName
 {
   color: #847D85;
 }
</style>

background-color css

<style>
 a { background-color: #847D85; }

 a { background-color: rgb(132,125,133); }

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

border-color css

<style>
 span { border-color: #847D85; }

 span { border-color: rgb(132,125,133); }

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