Html Css Color HEX #75696C Empress

📋 copy color: '#75696C'

red 117 ◦ green 105 ◦ blue 108

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

Shades of Empress #75696C

Tints of Empress #75696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 35.45%
G = 31.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#75696C (or 0x75696C) is known color: Empress. HEX triplet: 75, 69 and 6C. RGB value is (117,105,108). Sum of RGB (Red+Green+Blue) = 117+105+108=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #75696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75696C is #8A9693. Grayscale: #6C6C6C. Windows color (decimal): -9082516 or 7104885. OLE color: 7104885.

HSL color Cylindrical-coordinate representation of color #75696C: hue angle of 345º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75696C is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 108 -
CMYK 0 0.10 0.08 0.54
HSL 345º 0.05% 0.44% -
HSV(B) 345º 0.1% 0.46% -
XYZ 15.09 14.97 16.28 -
YUV 108.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 117 105 108 0 0.10 0.08 0.54 345 0.05 0.44
Hex 75 69 6C 0 A 8 36 159 5 2C
Octal 165 151 154 0 12 10 66 531 5 54
Binary 1110101 1101001 1101100 0 1010 1000 110110 101011001 101 101100

Color Harmonies of #75696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75696C

Black with #75696C

Text Example


Text Example

White with #75696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75696C; }

 p { color: rgb(117,105,108); }

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

background-color css

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

 a { background-color: rgb(117,105,108); }

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

border-color css

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

 span { border-color: rgb(117,105,108); }

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