Html Css Color HEX #756674 Old Lavender

📋 copy color: '#756674'

red 117 ◦ green 102 ◦ blue 116

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

Shades of Old Lavender #756674

Tints of Old Lavender #756674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 34.93%
G = 30.45%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#756674 (or 0x756674) is known color: Old Lavender. HEX triplet: 75, 66 and 74. RGB value is (117,102,116). Sum of RGB (Red+Green+Blue) = 117+102+116=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756674 is #8A998B. Grayscale: #6C6C6C. Windows color (decimal): -9083276 or 7628405. OLE color: 7628405.

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

Color convert

RGB 117 102 116 -
CMYK 0 0.13 0.01 0.54
HSL 304º 0.07% 0.43% -
HSV(B) 304º 0.13% 0.46% -
XYZ 15.24 14.55 18.53 -
YUV 108.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 117 102 116 0 0.13 0.01 0.54 304 0.07 0.43
Hex 75 66 74 0 D 1 36 130 7 2B
Octal 165 146 164 0 15 1 66 460 7 53
Binary 1110101 1100110 1110100 0 1101 1 110110 100110000 111 101011

Color Harmonies of #756674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756674

Black with #756674

Text Example


Text Example

White with #756674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756674; }

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

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

background-color css

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

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

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

border-color css

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

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

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