Html Css Color HEX #756175 Old Lavender

📋 copy color: '#756175'

red 117 ◦ green 97 ◦ blue 117

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

Shades of Old Lavender #756175

Tints of Old Lavender #756175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 35.35%
G = 29.31%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756175 (or 0x756175) is known color: Old Lavender. HEX triplet: 75, 61 and 75. RGB value is (117,97,117). Sum of RGB (Red+Green+Blue) = 117+97+117=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756175 is #8A9E8A. Grayscale: #696969. Windows color (decimal): -9084555 or 7692661. OLE color: 7692661.

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

Color convert

RGB 117 97 117 -
CMYK 0 0.17 0 0.54
HSL 300º 0.09% 0.42% -
HSV(B) 300º 0.17% 0.46% -
XYZ 14.82 13.62 18.68 -
YUV 105.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 117 97 117 0 0.17 0 0.54 300 0.09 0.42
Hex 75 61 75 0 11 0 36 12C 9 2A
Octal 165 141 165 0 21 0 66 454 11 52
Binary 1110101 1100001 1110101 0 10001 0 110110 100101100 1001 101010

Color Harmonies of #756175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756175

Black with #756175

Text Example


Text Example

White with #756175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756175; }

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

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

background-color css

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

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

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

border-color css

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

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

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