Html Css Color HEX #7B6276 Old Lavender

📋 copy color: '#7B6276'

red 123 ◦ green 98 ◦ blue 118

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

Shades of Old Lavender #7B6276

Tints of Old Lavender #7B6276

RGB

 RED value IS 123 (48.44% from 255) = 36.28%

 GREEN value IS 98 (38.67% from 255) = 28.91%

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

R = 36.28%
G = 28.91%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7B6276 (or 0x7B6276) is known color: Old Lavender. HEX triplet: 7B, 62 and 76. RGB value is (123,98,118). Sum of RGB (Red+Green+Blue) = 123+98+118=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6276 is #849D89. Grayscale: #6B6B6B. Windows color (decimal): -8691082 or 7758459. OLE color: 7758459.

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

Color convert

RGB 123 98 118 -
CMYK 0 0.20 0.04 0.52
HSL 312º 0.11% 0.43% -
HSV(B) 312º 0.2% 0.48% -
XYZ 15.81 14.25 19.06 -
YUV 107.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 123 98 118 0 0.20 0.04 0.52 312 0.11 0.43
Hex 7B 62 76 0 14 4 34 138 B 2B
Octal 173 142 166 0 24 4 64 470 13 53
Binary 1111011 1100010 1110110 0 10100 100 110100 100111000 1011 101011

Color Harmonies of #7B6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6276

Black with #7B6276

Text Example


Text Example

White with #7B6276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6276; }

 p { color: rgb(123,98,118); }

 H1.HeaderClassName
 {
   color: #7B6276;
 }
 .AnyTagClassName
 {
   color: #7B6276;
 }
</style>

background-color css

<style>
 a { background-color: #7B6276; }

 a { background-color: rgb(123,98,118); }

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

border-color css

<style>
 span { border-color: #7B6276; }

 span { border-color: rgb(123,98,118); }

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