Html Css Color HEX #7B6475 Old Lavender

📋 copy color: '#7B6475'

red 123 ◦ green 100 ◦ blue 117

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

Shades of Old Lavender #7B6475

Tints of Old Lavender #7B6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 36.18%
G = 29.41%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B6475 (or 0x7B6475) is known color: Old Lavender. HEX triplet: 7B, 64 and 75. RGB value is (123,100,117). Sum of RGB (Red+Green+Blue) = 123+100+117=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6475 is #849B8A. Grayscale: #6C6C6C. Windows color (decimal): -8690571 or 7693435. OLE color: 7693435.

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

Color convert

RGB 123 100 117 -
CMYK 0 0.19 0.05 0.52
HSL 315.65º 0.1% 0.44% -
HSV(B) 315.65º 0.19% 0.48% -
XYZ 15.94 14.61 18.81 -
YUV 108.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 123 100 117 0 0.19 0.05 0.52 315.65 0.1 0.44
Hex 7B 64 75 0 13 5 34 13C A 2C
Octal 173 144 165 0 23 5 64 474 12 54
Binary 1111011 1100100 1110101 0 10011 101 110100 100111100 1010 101100

Color Harmonies of #7B6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6475

Black with #7B6475

Text Example


Text Example

White with #7B6475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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