Html Css Color HEX #756072 Old Lavender

📋 copy color: '#756072'

red 117 ◦ green 96 ◦ blue 114

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

Shades of Old Lavender #756072

Tints of Old Lavender #756072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 35.78%
G = 29.36%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756072 (or 0x756072) is known color: Old Lavender. HEX triplet: 75, 60 and 72. RGB value is (117,96,114). Sum of RGB (Red+Green+Blue) = 117+96+114=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756072 is #8A9F8D. Grayscale: #686868. Windows color (decimal): -9084814 or 7495797. OLE color: 7495797.

HSL color Cylindrical-coordinate representation of color #756072: hue angle of 308.57º 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 #756072 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 114 -
CMYK 0 0.18 0.03 0.54
HSL 308.57º 0.1% 0.42% -
HSV(B) 308.57º 0.18% 0.46% -
XYZ 14.56 13.36 17.73 -
YUV 104.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 117 96 114 0 0.18 0.03 0.54 308.57 0.1 0.42
Hex 75 60 72 0 12 3 36 135 A 2A
Octal 165 140 162 0 22 3 66 465 12 52
Binary 1110101 1100000 1110010 0 10010 11 110110 100110101 1010 101010

Color Harmonies of #756072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756072

Black with #756072

Text Example


Text Example

White with #756072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756072; }

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

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

background-color css

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

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

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

border-color css

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

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

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