Html Css Color HEX #7B6176 Old Lavender

📋 copy color: '#7B6176'

red 123 ◦ green 97 ◦ blue 118

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

Shades of Old Lavender #7B6176

Tints of Old Lavender #7B6176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 36.39%
G = 28.7%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7B6176 (or 0x7B6176) is known color: Old Lavender. HEX triplet: 7B, 61 and 76. RGB value is (123,97,118). Sum of RGB (Red+Green+Blue) = 123+97+118=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6176 is #849E89. Grayscale: #6B6B6B. Windows color (decimal): -8691338 or 7758203. OLE color: 7758203.

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

Color convert

RGB 123 97 118 -
CMYK 0 0.21 0.04 0.52
HSL 311.54º 0.12% 0.43% -
HSV(B) 311.54º 0.21% 0.48% -
XYZ 15.71 14.07 19.03 -
YUV 107.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 123 97 118 0 0.21 0.04 0.52 311.54 0.12 0.43
Hex 7B 61 76 0 15 4 34 138 C 2B
Octal 173 141 166 0 25 4 64 470 14 53
Binary 1111011 1100001 1110110 0 10101 100 110100 100111000 1100 101011

Color Harmonies of #7B6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6176

Black with #7B6176

Text Example


Text Example

White with #7B6176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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