Html Css Color HEX #7B5F77 Old Lavender

📋 copy color: '#7B5F77'

red 123 ◦ green 95 ◦ blue 119

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

Shades of Old Lavender #7B5F77

Tints of Old Lavender #7B5F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 36.5%
G = 28.19%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7B5F77 (or 0x7B5F77) is known color: Old Lavender. HEX triplet: 7B, 5F and 77. RGB value is (123,95,119). Sum of RGB (Red+Green+Blue) = 123+95+119=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F77 is #84A088. Grayscale: #6A6A6A. Windows color (decimal): -8691849 or 7823227. OLE color: 7823227.

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

Color convert

RGB 123 95 119 -
CMYK 0 0.23 0.03 0.52
HSL 308.57º 0.13% 0.43% -
HSV(B) 308.57º 0.23% 0.48% -
XYZ 15.59 13.73 19.28 -
YUV 106.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 123 95 119 0 0.23 0.03 0.52 308.57 0.13 0.43
Hex 7B 5F 77 0 17 3 34 135 D 2B
Octal 173 137 167 0 27 3 64 465 15 53
Binary 1111011 1011111 1110111 0 10111 11 110100 100110101 1101 101011

Color Harmonies of #7B5F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5F77

Black with #7B5F77

Text Example


Text Example

White with #7B5F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,119); }

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

background-color css

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

 a { background-color: rgb(123,95,119); }

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

border-color css

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

 span { border-color: rgb(123,95,119); }

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