Html Css Color HEX #7B5C74 Old Lavender

📋 copy color: '#7B5C74'

red 123 ◦ green 92 ◦ blue 116

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

Shades of Old Lavender #7B5C74

Tints of Old Lavender #7B5C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 37.16%
G = 27.79%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B5C74 (or 0x7B5C74) is known color: Old Lavender. HEX triplet: 7B, 5C and 74. RGB value is (123,92,116). Sum of RGB (Red+Green+Blue) = 123+92+116=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C74 is #84A38B. Grayscale: #676767. Windows color (decimal): -8692620 or 7625851. OLE color: 7625851.

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

Color convert

RGB 123 92 116 -
CMYK 0 0.25 0.06 0.52
HSL 313.55º 0.14% 0.42% -
HSV(B) 313.55º 0.25% 0.48% -
XYZ 15.15 13.13 18.26 -
YUV 104.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 123 92 116 0 0.25 0.06 0.52 313.55 0.14 0.42
Hex 7B 5C 74 0 19 6 34 13A E 2A
Octal 173 134 164 0 31 6 64 472 16 52
Binary 1111011 1011100 1110100 0 11001 110 110100 100111010 1110 101010

Color Harmonies of #7B5C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5C74

Black with #7B5C74

Text Example


Text Example

White with #7B5C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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