Html Css Color HEX #7B5D75 Old Lavender

📋 copy color: '#7B5D75'

red 123 ◦ green 93 ◦ blue 117

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

Shades of Old Lavender #7B5D75

Tints of Old Lavender #7B5D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

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

R = 36.94%
G = 27.93%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B5D75 (or 0x7B5D75) is known color: Old Lavender. HEX triplet: 7B, 5D and 75. RGB value is (123,93,117). Sum of RGB (Red+Green+Blue) = 123+93+117=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D75 is #84A28A. Grayscale: #686868. Windows color (decimal): -8692363 or 7691643. OLE color: 7691643.

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

Color convert

RGB 123 93 117 -
CMYK 0 0.24 0.05 0.52
HSL 312º 0.14% 0.42% -
HSV(B) 312º 0.24% 0.48% -
XYZ 15.29 13.32 18.6 -
YUV 104.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 123 93 117 0 0.24 0.05 0.52 312 0.14 0.42
Hex 7B 5D 75 0 18 5 34 138 E 2A
Octal 173 135 165 0 30 5 64 470 16 52
Binary 1111011 1011101 1110101 0 11000 101 110100 100111000 1110 101010

Color Harmonies of #7B5D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5D75

Black with #7B5D75

Text Example


Text Example

White with #7B5D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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