Html Css Color HEX #756177 Old Lavender

📋 copy color: '#756177'

red 117 ◦ green 97 ◦ blue 119

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

Shades of Old Lavender #756177

Tints of Old Lavender #756177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 35.14%
G = 29.13%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756177 (or 0x756177) is known color: Old Lavender. HEX triplet: 75, 61 and 77. RGB value is (117,97,119). Sum of RGB (Red+Green+Blue) = 117+97+119=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #756177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756177 is #8A9E88. Grayscale: #696969. Windows color (decimal): -9084553 or 7823733. OLE color: 7823733.

HSL color Cylindrical-coordinate representation of color #756177: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #756177 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 97 119 -
CMYK 0.02 0.18 0 0.53
HSL 294.55º 0.1% 0.42% -
HSV(B) 294.55º 0.18% 0.47% -
XYZ 14.94 13.66 19.3 -
YUV 105.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 117 97 119 0.02 0.18 0 0.53 294.55 0.1 0.42
Hex 75 61 77 2 12 0 35 127 A 2A
Octal 165 141 167 2 22 0 65 447 12 52
Binary 1110101 1100001 1110111 10 10010 0 110101 100100111 1010 101010

Color Harmonies of #756177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756177

Black with #756177

Text Example


Text Example

White with #756177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756177; }

 p { color: rgb(117,97,119); }

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

background-color css

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

 a { background-color: rgb(117,97,119); }

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

border-color css

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

 span { border-color: rgb(117,97,119); }

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