Html Css Color HEX #756075 Old Lavender

📋 copy color: '#756075'

red 117 ◦ green 96 ◦ blue 117

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

Shades of Old Lavender #756075

Tints of Old Lavender #756075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.09%

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

R = 35.45%
G = 29.09%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756075 (or 0x756075) is known color: Old Lavender. HEX triplet: 75, 60 and 75. RGB value is (117,96,117). Sum of RGB (Red+Green+Blue) = 117+96+117=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756075 is #8A9F8A. Grayscale: #686868. Windows color (decimal): -9084811 or 7692405. OLE color: 7692405.

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

Color convert

RGB 117 96 117 -
CMYK 0 0.18 0 0.54
HSL 300º 0.1% 0.42% -
HSV(B) 300º 0.18% 0.46% -
XYZ 14.73 13.43 18.65 -
YUV 104.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 117 96 117 0 0.18 0 0.54 300 0.1 0.42
Hex 75 60 75 0 12 0 36 12C A 2A
Octal 165 140 165 0 22 0 66 454 12 52
Binary 1110101 1100000 1110101 0 10010 0 110110 100101100 1010 101010

Color Harmonies of #756075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756075

Black with #756075

Text Example


Text Example

White with #756075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756075; }

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

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

background-color css

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

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

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

border-color css

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

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

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