Html Css Color HEX #746773 Old Lavender

📋 copy color: '#746773'

red 116 ◦ green 103 ◦ blue 115

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

Shades of Old Lavender #746773

Tints of Old Lavender #746773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 34.73%
G = 30.84%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#746773 (or 0x746773) is known color: Old Lavender. HEX triplet: 74, 67 and 73. RGB value is (116,103,115). Sum of RGB (Red+Green+Blue) = 116+103+115=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #746773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746773 is #8B988C. Grayscale: #6C6C6C. Windows color (decimal): -9148557 or 7563124. OLE color: 7563124.

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

Color convert

RGB 116 103 115 -
CMYK 0 0.11 0.01 0.55
HSL 304.62º 0.06% 0.43% -
HSV(B) 304.62º 0.11% 0.45% -
XYZ 15.15 14.65 18.25 -
YUV 108.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 116 103 115 0 0.11 0.01 0.55 304.62 0.06 0.43
Hex 74 67 73 0 B 1 37 131 6 2B
Octal 164 147 163 0 13 1 67 461 6 53
Binary 1110100 1100111 1110011 0 1011 1 110111 100110001 110 101011

Color Harmonies of #746773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746773

Black with #746773

Text Example


Text Example

White with #746773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746773; }

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

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

background-color css

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

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

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

border-color css

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

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

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