Html Css Color HEX #756274 Old Lavender

📋 copy color: '#756274'

red 117 ◦ green 98 ◦ blue 116

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

Shades of Old Lavender #756274

Tints of Old Lavender #756274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 35.35%
G = 29.61%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756274 (or 0x756274) is known color: Old Lavender. HEX triplet: 75, 62 and 74. RGB value is (117,98,116). Sum of RGB (Red+Green+Blue) = 117+98+116=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756274 is #8A9D8B. Grayscale: #696969. Windows color (decimal): -9084300 or 7627381. OLE color: 7627381.

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

Color convert

RGB 117 98 116 -
CMYK 0 0.16 0.01 0.54
HSL 303.16º 0.09% 0.42% -
HSV(B) 303.16º 0.16% 0.46% -
XYZ 14.86 13.78 18.4 -
YUV 105.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 117 98 116 0 0.16 0.01 0.54 303.16 0.09 0.42
Hex 75 62 74 0 10 1 36 12F 9 2A
Octal 165 142 164 0 20 1 66 457 11 52
Binary 1110101 1100010 1110100 0 10000 1 110110 100101111 1001 101010

Color Harmonies of #756274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756274

Black with #756274

Text Example


Text Example

White with #756274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756274; }

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

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

background-color css

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

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

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

border-color css

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

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

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