Html Css Color HEX #735E71 Old Lavender

📋 copy color: '#735E71'

red 115 ◦ green 94 ◦ blue 113

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

Shades of Old Lavender #735E71

Tints of Old Lavender #735E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 35.71%
G = 29.19%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#735E71 (or 0x735E71) is known color: Old Lavender. HEX triplet: 73, 5E and 71. RGB value is (115,94,113). Sum of RGB (Red+Green+Blue) = 115+94+113=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #735E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E71 is #8CA18E. Grayscale: #666666. Windows color (decimal): -9216399 or 7429747. OLE color: 7429747.

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

Color convert

RGB 115 94 113 -
CMYK 0 0.18 0.02 0.55
HSL 305.71º 0.1% 0.41% -
HSV(B) 305.71º 0.18% 0.45% -
XYZ 14.05 12.84 17.36 -
YUV 102.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 115 94 113 0 0.18 0.02 0.55 305.71 0.1 0.41
Hex 73 5E 71 0 12 2 37 132 A 29
Octal 163 136 161 0 22 2 67 462 12 51
Binary 1110011 1011110 1110001 0 10010 10 110111 100110010 1010 101001

Color Harmonies of #735E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E71

Black with #735E71

Text Example


Text Example

White with #735E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,94,113); }

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

background-color css

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

 a { background-color: rgb(115,94,113); }

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

border-color css

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

 span { border-color: rgb(115,94,113); }

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