Html Css Color HEX #756668 Empress

📋 copy color: '#756668'

red 117 ◦ green 102 ◦ blue 104

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

Shades of Empress #756668

Tints of Empress #756668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 36.22%
G = 31.58%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#756668 (or 0x756668) is known color: Empress. HEX triplet: 75, 66 and 68. RGB value is (117,102,104). Sum of RGB (Red+Green+Blue) = 117+102+104=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #756668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756668 is #8A9997. Grayscale: #6A6A6A. Windows color (decimal): -9083288 or 6841973. OLE color: 6841973.

HSL color Cylindrical-coordinate representation of color #756668: hue angle of 352º 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 #756668 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 104 -
CMYK 0 0.13 0.11 0.54
HSL 352º 0.07% 0.43% -
HSV(B) 352º 0.13% 0.46% -
XYZ 14.59 14.28 15.09 -
YUV 106.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 117 102 104 0 0.13 0.11 0.54 352 0.07 0.43
Hex 75 66 68 0 D B 36 160 7 2B
Octal 165 146 150 0 15 13 66 540 7 53
Binary 1110101 1100110 1101000 0 1101 1011 110110 101100000 111 101011

Color Harmonies of #756668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756668

Black with #756668

Text Example


Text Example

White with #756668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756668; }

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

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

background-color css

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

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

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

border-color css

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

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

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