Html Css Color HEX #755B74 Old Lavender

📋 copy color: '#755B74'

red 117 ◦ green 91 ◦ blue 116

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

Shades of Old Lavender #755B74

Tints of Old Lavender #755B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 36.11%
G = 28.09%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#755B74 (or 0x755B74) is known color: Old Lavender. HEX triplet: 75, 5B and 74. RGB value is (117,91,116). Sum of RGB (Red+Green+Blue) = 117+91+116=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #755B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B74 is #8AA48B. Grayscale: #656565. Windows color (decimal): -9086092 or 7625589. OLE color: 7625589.

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

Color convert

RGB 117 91 116 -
CMYK 0 0.22 0.01 0.54
HSL 302.31º 0.13% 0.41% -
HSV(B) 302.31º 0.22% 0.46% -
XYZ 14.23 12.53 18.19 -
YUV 101.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 117 91 116 0 0.22 0.01 0.54 302.31 0.13 0.41
Hex 75 5B 74 0 16 1 36 12E C 29
Octal 165 133 164 0 26 1 66 456 14 51
Binary 1110101 1011011 1110100 0 10110 1 110110 100101110 1100 101001

Color Harmonies of #755B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B74

Black with #755B74

Text Example


Text Example

White with #755B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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