Html Css Color HEX #756575 Old Lavender

📋 copy color: '#756575'

red 117 ◦ green 101 ◦ blue 117

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

Shades of Old Lavender #756575

Tints of Old Lavender #756575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 34.93%
G = 30.15%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756575 (or 0x756575) is known color: Old Lavender. HEX triplet: 75, 65 and 75. RGB value is (117,101,117). Sum of RGB (Red+Green+Blue) = 117+101+117=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756575 is #8A9A8A. Grayscale: #6B6B6B. Windows color (decimal): -9083531 or 7693685. OLE color: 7693685.

HSL color Cylindrical-coordinate representation of color #756575: hue angle of 300º 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 #756575 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 117 -
CMYK 0 0.14 0 0.54
HSL 300º 0.07% 0.43% -
HSV(B) 300º 0.14% 0.46% -
XYZ 15.2 14.37 18.8 -
YUV 107.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 117 101 117 0 0.14 0 0.54 300 0.07 0.43
Hex 75 65 75 0 E 0 36 12C 7 2B
Octal 165 145 165 0 16 0 66 454 7 53
Binary 1110101 1100101 1110101 0 1110 0 110110 100101100 111 101011

Color Harmonies of #756575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756575

Black with #756575

Text Example


Text Example

White with #756575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756575; }

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

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

background-color css

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

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

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

border-color css

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

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

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