Html Css Color HEX #846A7F Old Lavender

📋 copy color: '#846A7F'

red 132 ◦ green 106 ◦ blue 127

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

Shades of Old Lavender #846A7F

Tints of Old Lavender #846A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 36.16%
G = 29.04%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#846A7F (or 0x846A7F) is known color: Old Lavender. HEX triplet: 84, 6A and 7F. RGB value is (132,106,127). Sum of RGB (Red+Green+Blue) = 132+106+127=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A7F is #7B9580. Grayscale: #747474. Windows color (decimal): -8099201 or 8350340. OLE color: 8350340.

HSL color Cylindrical-coordinate representation of color #846A7F: hue angle of 311.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A7F is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 106 127 -
CMYK 0 0.20 0.04 0.48
HSL 311.54º 0.11% 0.47% -
HSV(B) 311.54º 0.2% 0.52% -
XYZ 18.5 16.75 22.34 -
YUV 116.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 132 106 127 0 0.20 0.04 0.48 311.54 0.11 0.47
Hex 84 6A 7F 0 14 4 30 138 B 2F
Octal 204 152 177 0 24 4 60 470 13 57
Binary 10000100 1101010 1111111 0 10100 100 110000 100111000 1011 101111

Color Harmonies of #846A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A7F

Black with #846A7F

Text Example


Text Example

White with #846A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846A7F; }

 p { color: rgb(132,106,127); }

 H1.HeaderClassName
 {
   color: #846A7F;
 }
 .AnyTagClassName
 {
   color: #846A7F;
 }
</style>

background-color css

<style>
 a { background-color: #846A7F; }

 a { background-color: rgb(132,106,127); }

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

border-color css

<style>
 span { border-color: #846A7F; }

 span { border-color: rgb(132,106,127); }

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