Html Css Color HEX #756A74 Old Lavender

📋 copy color: '#756A74'

red 117 ◦ green 106 ◦ blue 116

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

Shades of Old Lavender #756A74

Tints of Old Lavender #756A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

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

R = 34.51%
G = 31.27%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756A74 (or 0x756A74) is known color: Old Lavender. HEX triplet: 75, 6A and 74. RGB value is (117,106,116). Sum of RGB (Red+Green+Blue) = 117+106+116=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #756A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A74 is #8A958B. Grayscale: #6E6E6E. Windows color (decimal): -9082252 or 7629429. OLE color: 7629429.

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

Color convert

RGB 117 106 116 -
CMYK 0 0.09 0.01 0.54
HSL 305.45º 0.05% 0.44% -
HSV(B) 305.45º 0.09% 0.46% -
XYZ 15.64 15.35 18.66 -
YUV 110.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 117 106 116 0 0.09 0.01 0.54 305.45 0.05 0.44
Hex 75 6A 74 0 9 1 36 131 5 2C
Octal 165 152 164 0 11 1 66 461 5 54
Binary 1110101 1101010 1110100 0 1001 1 110110 100110001 101 101100

Color Harmonies of #756A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A74

Black with #756A74

Text Example


Text Example

White with #756A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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