Html Css Color HEX #7B6073 Old Lavender

📋 copy color: '#7B6073'

red 123 ◦ green 96 ◦ blue 115

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

Shades of Old Lavender #7B6073

Tints of Old Lavender #7B6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 36.83%
G = 28.74%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B6073 (or 0x7B6073) is known color: Old Lavender. HEX triplet: 7B, 60 and 73. RGB value is (123,96,115). Sum of RGB (Red+Green+Blue) = 123+96+115=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6073 is #849F8C. Grayscale: #6A6A6A. Windows color (decimal): -8691597 or 7561339. OLE color: 7561339.

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

Color convert

RGB 123 96 115 -
CMYK 0 0.22 0.07 0.52
HSL 317.78º 0.12% 0.43% -
HSV(B) 317.78º 0.22% 0.48% -
XYZ 15.45 13.81 18.07 -
YUV 106.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 123 96 115 0 0.22 0.07 0.52 317.78 0.12 0.43
Hex 7B 60 73 0 16 7 34 13E C 2B
Octal 173 140 163 0 26 7 64 476 14 53
Binary 1111011 1100000 1110011 0 10110 111 110100 100111110 1100 101011

Color Harmonies of #7B6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6073

Black with #7B6073

Text Example


Text Example

White with #7B6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,96,115); }

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

background-color css

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

 a { background-color: rgb(123,96,115); }

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

border-color css

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

 span { border-color: rgb(123,96,115); }

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