Html Css Color HEX #756975 Old Lavender

📋 copy color: '#756975'

red 117 ◦ green 105 ◦ blue 117

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

Shades of Old Lavender #756975

Tints of Old Lavender #756975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 34.51%
G = 30.97%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756975 (or 0x756975) is known color: Old Lavender. HEX triplet: 75, 69 and 75. RGB value is (117,105,117). Sum of RGB (Red+Green+Blue) = 117+105+117=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756975 is #8A968A. Grayscale: #6D6D6D. Windows color (decimal): -9082507 or 7694709. OLE color: 7694709.

HSL color Cylindrical-coordinate representation of color #756975: 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.1%. Process color model (Four color, CMYK) of #756975 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 117 -
CMYK 0 0.10 0 0.54
HSL 300º 0.05% 0.44% -
HSV(B) 300º 0.1% 0.46% -
XYZ 15.6 15.17 18.94 -
YUV 109.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 117 105 117 0 0.10 0 0.54 300 0.05 0.44
Hex 75 69 75 0 A 0 36 12C 5 2C
Octal 165 151 165 0 12 0 66 454 5 54
Binary 1110101 1101001 1110101 0 1010 0 110110 100101100 101 101100

Color Harmonies of #756975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756975

Black with #756975

Text Example


Text Example

White with #756975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756975; }

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

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

background-color css

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

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

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

border-color css

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

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

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