Html Css Color HEX #755874 Old Lavender

📋 copy color: '#755874'

red 117 ◦ green 88 ◦ blue 116

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

Shades of Old Lavender #755874

Tints of Old Lavender #755874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 36.45%
G = 27.41%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#755874 (or 0x755874) is known color: Old Lavender. HEX triplet: 75, 58 and 74. RGB value is (117,88,116). Sum of RGB (Red+Green+Blue) = 117+88+116=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #755874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755874 is #8AA78B. Grayscale: #636363. Windows color (decimal): -9086860 or 7624821. OLE color: 7624821.

HSL color Cylindrical-coordinate representation of color #755874: hue angle of 302.07º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755874 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 116 -
CMYK 0 0.25 0.01 0.54
HSL 302.07º 0.14% 0.4% -
HSV(B) 302.07º 0.25% 0.46% -
XYZ 13.98 12.02 18.11 -
YUV 99.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 117 88 116 0 0.25 0.01 0.54 302.07 0.14 0.4
Hex 75 58 74 0 19 1 36 12E E 28
Octal 165 130 164 0 31 1 66 456 16 50
Binary 1110101 1011000 1110100 0 11001 1 110110 100101110 1110 101000

Color Harmonies of #755874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755874

Black with #755874

Text Example


Text Example

White with #755874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755874; }

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

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

background-color css

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

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

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

border-color css

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

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

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