Html Css Color HEX #756474 Old Lavender

📋 copy color: '#756474'

red 117 ◦ green 100 ◦ blue 116

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

Shades of Old Lavender #756474

Tints of Old Lavender #756474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 35.14%
G = 30.03%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756474 (or 0x756474) is known color: Old Lavender. HEX triplet: 75, 64 and 74. RGB value is (117,100,116). Sum of RGB (Red+Green+Blue) = 117+100+116=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756474 is #8A9B8B. Grayscale: #6A6A6A. Windows color (decimal): -9083788 or 7627893. OLE color: 7627893.

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

Color convert

RGB 117 100 116 -
CMYK 0 0.15 0.01 0.54
HSL 303.53º 0.08% 0.43% -
HSV(B) 303.53º 0.15% 0.46% -
XYZ 15.05 14.16 18.46 -
YUV 106.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 117 100 116 0 0.15 0.01 0.54 303.53 0.08 0.43
Hex 75 64 74 0 F 1 36 130 8 2B
Octal 165 144 164 0 17 1 66 460 10 53
Binary 1110101 1100100 1110100 0 1111 1 110110 100110000 1000 101011

Color Harmonies of #756474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756474

Black with #756474

Text Example


Text Example

White with #756474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756474; }

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

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

background-color css

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

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

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

border-color css

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

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

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