Html Css Color HEX #756B74 Old Lavender

📋 copy color: '#756B74'

red 117 ◦ green 107 ◦ blue 116

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

Shades of Old Lavender #756B74

Tints of Old Lavender #756B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

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

R = 34.41%
G = 31.47%
B = 34.12%

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

#756B74 (or 0x756B74) is known color: Old Lavender. HEX triplet: 75, 6B and 74. RGB value is (117,107,116). Sum of RGB (Red+Green+Blue) = 117+107+116=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #756B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B74 is #8A948B. Grayscale: #6E6E6E. Windows color (decimal): -9081996 or 7629685. OLE color: 7629685.

HSL color Cylindrical-coordinate representation of color #756B74: hue angle of 306º degrees, saturation: 0.04, 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 #756B74 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 116 -
CMYK 0 0.09 0.01 0.54
HSL 306º 0.04% 0.44% -
HSV(B) 306º 0.09% 0.46% -
XYZ 15.75 15.56 18.7 -
YUV 111.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 117 107 116 0 0.09 0.01 0.54 306 0.04 0.44
Hex 75 6B 74 0 9 1 36 132 4 2C
Octal 165 153 164 0 11 1 66 462 4 54
Binary 1110101 1101011 1110100 0 1001 1 110110 100110010 100 101100

Color Harmonies of #756B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B74

Black with #756B74

Text Example


Text Example

White with #756B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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