Html Css Color HEX #756E74 Old Lavender

📋 copy color: '#756E74'

red 117 ◦ green 110 ◦ blue 116

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

Shades of Old Lavender #756E74

Tints of Old Lavender #756E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 34.11%
G = 32.07%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756E74 (or 0x756E74) is known color: Old Lavender. HEX triplet: 75, 6E and 74. RGB value is (117,110,116). Sum of RGB (Red+Green+Blue) = 117+110+116=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 117 - color contains mainly: red. Hex color #756E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E74 is #8A918B. Grayscale: #707070. Windows color (decimal): -9081228 or 7630453. OLE color: 7630453.

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

Color convert

RGB 117 110 116 -
CMYK 0 0.06 0.01 0.54
HSL 308.57º 0.03% 0.45% -
HSV(B) 308.57º 0.06% 0.46% -
XYZ 16.06 16.19 18.8 -
YUV 112.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 117 110 116 0 0.06 0.01 0.54 308.57 0.03 0.45
Hex 75 6E 74 0 6 1 36 135 3 2D
Octal 165 156 164 0 6 1 66 465 3 55
Binary 1110101 1101110 1110100 0 110 1 110110 100110101 11 101101

Color Harmonies of #756E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E74

Black with #756E74

Text Example


Text Example

White with #756E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,116); }

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

background-color css

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

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

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

border-color css

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

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

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