Html Css Color HEX #7B5A75 Old Lavender

📋 copy color: '#7B5A75'

red 123 ◦ green 90 ◦ blue 117

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

Shades of Old Lavender #7B5A75

Tints of Old Lavender #7B5A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 37.27%
G = 27.27%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B5A75 (or 0x7B5A75) is known color: Old Lavender. HEX triplet: 7B, 5A and 75. RGB value is (123,90,117). Sum of RGB (Red+Green+Blue) = 123+90+117=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A75 is #84A58A. Grayscale: #666666. Windows color (decimal): -8693131 or 7690875. OLE color: 7690875.

HSL color Cylindrical-coordinate representation of color #7B5A75: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B5A75 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 90 117 -
CMYK 0 0.27 0.05 0.52
HSL 310.91º 0.15% 0.42% -
HSV(B) 310.91º 0.27% 0.48% -
XYZ 15.04 12.81 18.51 -
YUV 102.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 123 90 117 0 0.27 0.05 0.52 310.91 0.15 0.42
Hex 7B 5A 75 0 1B 5 34 137 F 2A
Octal 173 132 165 0 33 5 64 467 17 52
Binary 1111011 1011010 1110101 0 11011 101 110100 100110111 1111 101010

Color Harmonies of #7B5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5A75

Black with #7B5A75

Text Example


Text Example

White with #7B5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,90,117); }

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

background-color css

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

 a { background-color: rgb(123,90,117); }

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

border-color css

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

 span { border-color: rgb(123,90,117); }

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