Html Css Color HEX #756574 Old Lavender

📋 copy color: '#756574'

red 117 ◦ green 101 ◦ blue 116

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

Shades of Old Lavender #756574

Tints of Old Lavender #756574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 35.03%
G = 30.24%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756574 (or 0x756574) is known color: Old Lavender. HEX triplet: 75, 65 and 74. RGB value is (117,101,116). Sum of RGB (Red+Green+Blue) = 117+101+116=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756574 is #8A9A8B. Grayscale: #6B6B6B. Windows color (decimal): -9083532 or 7628149. OLE color: 7628149.

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

Color convert

RGB 117 101 116 -
CMYK 0 0.14 0.01 0.54
HSL 303.75º 0.07% 0.43% -
HSV(B) 303.75º 0.14% 0.46% -
XYZ 15.14 14.35 18.49 -
YUV 107.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 117 101 116 0 0.14 0.01 0.54 303.75 0.07 0.43
Hex 75 65 74 0 E 1 36 130 7 2B
Octal 165 145 164 0 16 1 66 460 7 53
Binary 1110101 1100101 1110100 0 1110 1 110110 100110000 111 101011

Color Harmonies of #756574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756574

Black with #756574

Text Example


Text Example

White with #756574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756574; }

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

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

background-color css

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

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

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

border-color css

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

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

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