Html Css Color HEX #746073 Old Lavender

📋 copy color: '#746073'

red 116 ◦ green 96 ◦ blue 115

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

Shades of Old Lavender #746073

Tints of Old Lavender #746073

RGB

 RED value IS 116 (45.7% from 255) = 35.47%

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 35.47%
G = 29.36%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#746073 (or 0x746073) is known color: Old Lavender. HEX triplet: 74, 60 and 73. RGB value is (116,96,115). Sum of RGB (Red+Green+Blue) = 116+96+115=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746073 is #8B9F8C. Grayscale: #686868. Windows color (decimal): -9150349 or 7561332. OLE color: 7561332.

HSL color Cylindrical-coordinate representation of color #746073: hue angle of 303º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #746073 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 115 -
CMYK 0 0.17 0.01 0.55
HSL 303º 0.09% 0.42% -
HSV(B) 303º 0.17% 0.45% -
XYZ 14.48 13.32 18.03 -
YUV 104.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 116 96 115 0 0.17 0.01 0.55 303 0.09 0.42
Hex 74 60 73 0 11 1 37 12F 9 2A
Octal 164 140 163 0 21 1 67 457 11 52
Binary 1110100 1100000 1110011 0 10001 1 110111 100101111 1001 101010

Color Harmonies of #746073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746073

Black with #746073

Text Example


Text Example

White with #746073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746073; }

 p { color: rgb(116,96,115); }

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

background-color css

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

 a { background-color: rgb(116,96,115); }

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

border-color css

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

 span { border-color: rgb(116,96,115); }

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