Html Css Color HEX #756F75 Old Lavender

📋 copy color: '#756F75'

red 117 ◦ green 111 ◦ blue 117

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

Shades of Old Lavender #756F75

Tints of Old Lavender #756F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

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

R = 33.91%
G = 32.17%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756F75 (or 0x756F75) is known color: Old Lavender. HEX triplet: 75, 6F and 75. RGB value is (117,111,117). Sum of RGB (Red+Green+Blue) = 117+111+117=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F75 is #8A908A. Grayscale: #717171. Windows color (decimal): -9080971 or 7696245. OLE color: 7696245.

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

Color convert

RGB 117 111 117 -
CMYK 0 0.05 0 0.54
HSL 300º 0.03% 0.45% -
HSV(B) 300º 0.05% 0.46% -
XYZ 16.23 16.44 19.15 -
YUV 113.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 117 111 117 0 0.05 0 0.54 300 0.03 0.45
Hex 75 6F 75 0 5 0 36 12C 3 2D
Octal 165 157 165 0 5 0 66 454 3 55
Binary 1110101 1101111 1110101 0 101 0 110110 100101100 11 101101

Color Harmonies of #756F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F75

Black with #756F75

Text Example


Text Example

White with #756F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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