Html Css Color HEX #735C75 Old Lavender

📋 copy color: '#735C75'

red 115 ◦ green 92 ◦ blue 117

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

Shades of Old Lavender #735C75

Tints of Old Lavender #735C75

RGB

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

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

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

R = 35.49%
G = 28.4%
B = 36.11%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#735C75 (or 0x735C75) is known color: Old Lavender. HEX triplet: 73, 5C and 75. RGB value is (115,92,117). Sum of RGB (Red+Green+Blue) = 115+92+117=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #735C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C75 is #8CA38A. Grayscale: #656565. Windows color (decimal): -9216907 or 7691379. OLE color: 7691379.

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

Color convert

RGB 115 92 117 -
CMYK 0.02 0.21 0 0.54
HSL 295.2º 0.12% 0.41% -
HSV(B) 295.2º 0.21% 0.46% -
XYZ 14.11 12.58 18.51 -
YUV 101.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 115 92 117 0.02 0.21 0 0.54 295.2 0.12 0.41
Hex 73 5C 75 2 15 0 36 127 C 29
Octal 163 134 165 2 25 0 66 447 14 51
Binary 1110011 1011100 1110101 10 10101 0 110110 100100111 1100 101001

Color Harmonies of #735C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C75

Black with #735C75

Text Example


Text Example

White with #735C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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