Html Css Color HEX #7B6877 Old Lavender

📋 copy color: '#7B6877'

red 123 ◦ green 104 ◦ blue 119

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

Shades of Old Lavender #7B6877

Tints of Old Lavender #7B6877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 35.55%
G = 30.06%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7B6877 (or 0x7B6877) is known color: Old Lavender. HEX triplet: 7B, 68 and 77. RGB value is (123,104,119). Sum of RGB (Red+Green+Blue) = 123+104+119=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6877 is #849788. Grayscale: #6F6F6F. Windows color (decimal): -8689545 or 7825531. OLE color: 7825531.

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

Color convert

RGB 123 104 119 -
CMYK 0 0.15 0.03 0.52
HSL 312.63º 0.08% 0.45% -
HSV(B) 312.63º 0.15% 0.48% -
XYZ 16.45 15.44 19.57 -
YUV 111.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 123 104 119 0 0.15 0.03 0.52 312.63 0.08 0.45
Hex 7B 68 77 0 F 3 34 139 8 2D
Octal 173 150 167 0 17 3 64 471 10 55
Binary 1111011 1101000 1110111 0 1111 11 110100 100111001 1000 101101

Color Harmonies of #7B6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6877

Black with #7B6877

Text Example


Text Example

White with #7B6877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,104,119); }

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

background-color css

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

 a { background-color: rgb(123,104,119); }

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

border-color css

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

 span { border-color: rgb(123,104,119); }

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