Html Css Color HEX #75686B Empress

📋 copy color: '#75686B'

red 117 ◦ green 104 ◦ blue 107

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

Shades of Empress #75686B

Tints of Empress #75686B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 35.67%
G = 31.71%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75686B (or 0x75686B) is known color: Empress. HEX triplet: 75, 68 and 6B. RGB value is (117,104,107). Sum of RGB (Red+Green+Blue) = 117+104+107=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686B is #8A9794. Grayscale: #6C6C6C. Windows color (decimal): -9082773 or 7039093. OLE color: 7039093.

HSL color Cylindrical-coordinate representation of color #75686B: hue angle of 346.15º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #75686B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 107 -
CMYK 0 0.11 0.09 0.54
HSL 346.15º 0.06% 0.43% -
HSV(B) 346.15º 0.11% 0.46% -
XYZ 14.94 14.74 15.97 -
YUV 108.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 117 104 107 0 0.11 0.09 0.54 346.15 0.06 0.43
Hex 75 68 6B 0 B 9 36 15A 6 2B
Octal 165 150 153 0 13 11 66 532 6 53
Binary 1110101 1101000 1101011 0 1011 1001 110110 101011010 110 101011

Color Harmonies of #75686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75686B

Black with #75686B

Text Example


Text Example

White with #75686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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