Html Css Color HEX #755A74 Old Lavender

📋 copy color: '#755A74'

red 117 ◦ green 90 ◦ blue 116

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

Shades of Old Lavender #755A74

Tints of Old Lavender #755A74

RGB

 RED value IS 117 (46.09% from 255) = 36.22%

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 36.22%
G = 27.86%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#755A74 (or 0x755A74) is known color: Old Lavender. HEX triplet: 75, 5A and 74. RGB value is (117,90,116). Sum of RGB (Red+Green+Blue) = 117+90+116=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #755A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A74 is #8AA58B. Grayscale: #646464. Windows color (decimal): -9086348 or 7625333. OLE color: 7625333.

HSL color Cylindrical-coordinate representation of color #755A74: hue angle of 302.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A74 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 116 -
CMYK 0 0.23 0.01 0.54
HSL 302.22º 0.13% 0.41% -
HSV(B) 302.22º 0.23% 0.46% -
XYZ 14.14 12.36 18.16 -
YUV 101.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 117 90 116 0 0.23 0.01 0.54 302.22 0.13 0.41
Hex 75 5A 74 0 17 1 36 12E D 29
Octal 165 132 164 0 27 1 66 456 15 51
Binary 1110101 1011010 1110100 0 10111 1 110110 100101110 1101 101001

Color Harmonies of #755A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A74

Black with #755A74

Text Example


Text Example

White with #755A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A74; }

 p { color: rgb(117,90,116); }

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

background-color css

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

 a { background-color: rgb(117,90,116); }

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

border-color css

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

 span { border-color: rgb(117,90,116); }

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