Html Css Color HEX #756074 Old Lavender

📋 copy color: '#756074'

red 117 ◦ green 96 ◦ blue 116

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

Shades of Old Lavender #756074

Tints of Old Lavender #756074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

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

R = 35.56%
G = 29.18%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756074 (or 0x756074) is known color: Old Lavender. HEX triplet: 75, 60 and 74. RGB value is (117,96,116). Sum of RGB (Red+Green+Blue) = 117+96+116=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756074 is #8A9F8B. Grayscale: #686868. Windows color (decimal): -9084812 or 7626869. OLE color: 7626869.

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

Color convert

RGB 117 96 116 -
CMYK 0 0.18 0.01 0.54
HSL 302.86º 0.1% 0.42% -
HSV(B) 302.86º 0.18% 0.46% -
XYZ 14.67 13.41 18.34 -
YUV 104.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 117 96 116 0 0.18 0.01 0.54 302.86 0.1 0.42
Hex 75 60 74 0 12 1 36 12F A 2A
Octal 165 140 164 0 22 1 66 457 12 52
Binary 1110101 1100000 1110100 0 10010 1 110110 100101111 1010 101010

Color Harmonies of #756074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756074

Black with #756074

Text Example


Text Example

White with #756074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756074; }

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

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

background-color css

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

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

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

border-color css

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

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

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