Html Css Color HEX #735C74 Old Lavender

📋 copy color: '#735C74'

red 115 ◦ green 92 ◦ blue 116

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

Shades of Old Lavender #735C74

Tints of Old Lavender #735C74

RGB

 RED value IS 115 (45.31% from 255) = 35.6%

 GREEN value IS 92 (36.33% from 255) = 28.48%

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

R = 35.6%
G = 28.48%
B = 35.91%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#735C74 (or 0x735C74) is known color: Old Lavender. HEX triplet: 73, 5C and 74. RGB value is (115,92,116). Sum of RGB (Red+Green+Blue) = 115+92+116=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #735C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C74 is #8CA38B. Grayscale: #656565. Windows color (decimal): -9216908 or 7625843. OLE color: 7625843.

HSL color Cylindrical-coordinate representation of color #735C74: hue angle of 297.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735C74 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 92 116 -
CMYK 0.01 0.21 0 0.55
HSL 297.5º 0.12% 0.41% -
HSV(B) 297.5º 0.21% 0.45% -
XYZ 14.05 12.56 18.21 -
YUV 101.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 115 92 116 0.01 0.21 0 0.55 297.5 0.12 0.41
Hex 73 5C 74 1 15 0 37 12A C 29
Octal 163 134 164 1 25 0 67 452 14 51
Binary 1110011 1011100 1110100 1 10101 0 110111 100101010 1100 101001

Color Harmonies of #735C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C74

Black with #735C74

Text Example


Text Example

White with #735C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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