Html Css Color HEX #756C74 Old Lavender

📋 copy color: '#756C74'

red 117 ◦ green 108 ◦ blue 116

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

Shades of Old Lavender #756C74

Tints of Old Lavender #756C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 34.31%
G = 31.67%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756C74 (or 0x756C74) is known color: Old Lavender. HEX triplet: 75, 6C and 74. RGB value is (117,108,116). Sum of RGB (Red+Green+Blue) = 117+108+116=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 117 - color contains mainly: red. Hex color #756C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C74 is #8A938B. Grayscale: #6F6F6F. Windows color (decimal): -9081740 or 7629941. OLE color: 7629941.

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

Color convert

RGB 117 108 116 -
CMYK 0 0.08 0.01 0.54
HSL 306.67º 0.04% 0.44% -
HSV(B) 306.67º 0.08% 0.46% -
XYZ 15.85 15.77 18.73 -
YUV 111.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 117 108 116 0 0.08 0.01 0.54 306.67 0.04 0.44
Hex 75 6C 74 0 8 1 36 133 4 2C
Octal 165 154 164 0 10 1 66 463 4 54
Binary 1110101 1101100 1110100 0 1000 1 110110 100110011 100 101100

Color Harmonies of #756C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C74

Black with #756C74

Text Example


Text Example

White with #756C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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