Html Css Color HEX #756A75 Old Lavender

📋 copy color: '#756A75'

red 117 ◦ green 106 ◦ blue 117

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

Shades of Old Lavender #756A75

Tints of Old Lavender #756A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 34.41%
G = 31.18%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756A75 (or 0x756A75) is known color: Old Lavender. HEX triplet: 75, 6A and 75. RGB value is (117,106,117). Sum of RGB (Red+Green+Blue) = 117+106+117=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A75 is #8A958A. Grayscale: #6E6E6E. Windows color (decimal): -9082251 or 7694965. OLE color: 7694965.

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

Color convert

RGB 117 106 117 -
CMYK 0 0.09 0 0.54
HSL 300º 0.05% 0.44% -
HSV(B) 300º 0.09% 0.46% -
XYZ 15.7 15.37 18.97 -
YUV 110.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 117 106 117 0 0.09 0 0.54 300 0.05 0.44
Hex 75 6A 75 0 9 0 36 12C 5 2C
Octal 165 152 165 0 11 0 66 454 5 54
Binary 1110101 1101010 1110101 0 1001 0 110110 100101100 101 101100

Color Harmonies of #756A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A75

Black with #756A75

Text Example


Text Example

White with #756A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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