Html Css Color HEX #756875 Old Lavender

📋 copy color: '#756875'

red 117 ◦ green 104 ◦ blue 117

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

Shades of Old Lavender #756875

Tints of Old Lavender #756875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 34.62%
G = 30.77%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#756875 (or 0x756875) is known color: Old Lavender. HEX triplet: 75, 68 and 75. RGB value is (117,104,117). Sum of RGB (Red+Green+Blue) = 117+104+117=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #756875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756875 is #8A978A. Grayscale: #6D6D6D. Windows color (decimal): -9082763 or 7694453. OLE color: 7694453.

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

Color convert

RGB 117 104 117 -
CMYK 0 0.11 0 0.54
HSL 300º 0.06% 0.43% -
HSV(B) 300º 0.11% 0.46% -
XYZ 15.5 14.97 18.9 -
YUV 109.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 117 104 117 0 0.11 0 0.54 300 0.06 0.43
Hex 75 68 75 0 B 0 36 12C 6 2B
Octal 165 150 165 0 13 0 66 454 6 53
Binary 1110101 1101000 1110101 0 1011 0 110110 100101100 110 101011

Color Harmonies of #756875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756875

Black with #756875

Text Example


Text Example

White with #756875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756875; }

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

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

background-color css

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

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

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

border-color css

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

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

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