Html Css Color HEX #756774 Old Lavender

📋 copy color: '#756774'

red 117 ◦ green 103 ◦ blue 116

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

Shades of Old Lavender #756774

Tints of Old Lavender #756774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 34.82%
G = 30.65%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756774 (or 0x756774) is known color: Old Lavender. HEX triplet: 75, 67 and 74. RGB value is (117,103,116). Sum of RGB (Red+Green+Blue) = 117+103+116=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756774 is #8A988B. Grayscale: #6C6C6C. Windows color (decimal): -9083020 or 7628661. OLE color: 7628661.

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

Color convert

RGB 117 103 116 -
CMYK 0 0.12 0.01 0.54
HSL 304.29º 0.06% 0.43% -
HSV(B) 304.29º 0.12% 0.46% -
XYZ 15.34 14.74 18.56 -
YUV 108.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 117 103 116 0 0.12 0.01 0.54 304.29 0.06 0.43
Hex 75 67 74 0 C 1 36 130 6 2B
Octal 165 147 164 0 14 1 66 460 6 53
Binary 1110101 1100111 1110100 0 1100 1 110110 100110000 110 101011

Color Harmonies of #756774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756774

Black with #756774

Text Example


Text Example

White with #756774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756774; }

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

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

background-color css

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

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

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

border-color css

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

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

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