Html Css Color HEX #7B5774 Old Lavender

📋 copy color: '#7B5774'

red 123 ◦ green 87 ◦ blue 116

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

Shades of Old Lavender #7B5774

Tints of Old Lavender #7B5774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

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

R = 37.73%
G = 26.69%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#7B5774 (or 0x7B5774) is known color: Old Lavender. HEX triplet: 7B, 57 and 74. RGB value is (123,87,116). Sum of RGB (Red+Green+Blue) = 123+87+116=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5774 is #84A88B. Grayscale: #646464. Windows color (decimal): -8693900 or 7624571. OLE color: 7624571.

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

Color convert

RGB 123 87 116 -
CMYK 0 0.29 0.06 0.52
HSL 311.67º 0.17% 0.41% -
HSV(B) 311.67º 0.29% 0.48% -
XYZ 14.73 12.29 18.12 -
YUV 101.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 123 87 116 0 0.29 0.06 0.52 311.67 0.17 0.41
Hex 7B 57 74 0 1D 6 34 138 11 29
Octal 173 127 164 0 35 6 64 470 21 51
Binary 1111011 1010111 1110100 0 11101 110 110100 100111000 10001 101001

Color Harmonies of #7B5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5774

Black with #7B5774

Text Example


Text Example

White with #7B5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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