Html Css Color HEX #7B5D74 Old Lavender

📋 copy color: '#7B5D74'

red 123 ◦ green 93 ◦ blue 116

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

Shades of Old Lavender #7B5D74

Tints of Old Lavender #7B5D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 37.05%
G = 28.01%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B5D74 (or 0x7B5D74) is known color: Old Lavender. HEX triplet: 7B, 5D and 74. RGB value is (123,93,116). Sum of RGB (Red+Green+Blue) = 123+93+116=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D74 is #84A28B. Grayscale: #686868. Windows color (decimal): -8692364 or 7626107. OLE color: 7626107.

HSL color Cylindrical-coordinate representation of color #7B5D74: hue angle of 314º 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 #7B5D74 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 93 116 -
CMYK 0 0.24 0.06 0.52
HSL 314º 0.14% 0.42% -
HSV(B) 314º 0.24% 0.48% -
XYZ 15.24 13.3 18.29 -
YUV 104.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 123 93 116 0 0.24 0.06 0.52 314 0.14 0.42
Hex 7B 5D 74 0 18 6 34 13A E 2A
Octal 173 135 164 0 30 6 64 472 16 52
Binary 1111011 1011101 1110100 0 11000 110 110100 100111010 1110 101010

Color Harmonies of #7B5D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5D74

Black with #7B5D74

Text Example


Text Example

White with #7B5D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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