Html Css Color HEX #757475 Old Lavender

📋 copy color: '#757475'

red 117 ◦ green 116 ◦ blue 117

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

Shades of Old Lavender #757475

Tints of Old Lavender #757475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 33.43%
G = 33.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#757475 (or 0x757475) is known color: Old Lavender. HEX triplet: 75, 74 and 75. RGB value is (117,116,117). Sum of RGB (Red+Green+Blue) = 117+116+117=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #757475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757475 is #8A8B8A. Grayscale: #747474. Windows color (decimal): -9079691 or 7697525. OLE color: 7697525.

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

Color convert

RGB 117 116 117 -
CMYK 0 0.01 0 0.54
HSL 300º 0% 0.46% -
HSV(B) 300º 0.01% 0.46% -
XYZ 16.79 17.56 19.33 -
YUV 116.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 117 116 117 0 0.01 0 0.54 300 0 0.46
Hex 75 74 75 0 1 0 36 12C 0 2E
Octal 165 164 165 0 1 0 66 454 0 56
Binary 1110101 1110100 1110101 0 1 0 110110 100101100 0 101110

Color Harmonies of #757475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757475

Black with #757475

Text Example


Text Example

White with #757475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757475; }

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

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

background-color css

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

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

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

border-color css

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

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

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