Html Css Color HEX #76676A Empress

📋 copy color: '#76676A'

red 118 ◦ green 103 ◦ blue 106

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

Shades of Empress #76676A

Tints of Empress #76676A

RGB

 RED value IS 118 (46.48% from 255) = 36.09%

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 36.09%
G = 31.5%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76676A (or 0x76676A) is known color: Empress. HEX triplet: 76, 67 and 6A. RGB value is (118,103,106). Sum of RGB (Red+Green+Blue) = 118+103+106=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #76676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76676A is #899895. Grayscale: #6B6B6B. Windows color (decimal): -9017494 or 6973302. OLE color: 6973302.

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

Color convert

RGB 118 103 106 -
CMYK 0 0.13 0.10 0.54
HSL 348º 0.07% 0.43% -
HSV(B) 348º 0.13% 0.46% -
XYZ 14.92 14.59 15.67 -
YUV 107.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 118 103 106 0 0.13 0.10 0.54 348 0.07 0.43
Hex 76 67 6A 0 D A 36 15C 7 2B
Octal 166 147 152 0 15 12 66 534 7 53
Binary 1110110 1100111 1101010 0 1101 1010 110110 101011100 111 101011

Color Harmonies of #76676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76676A

Black with #76676A

Text Example


Text Example

White with #76676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76676A; }

 p { color: rgb(118,103,106); }

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

background-color css

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

 a { background-color: rgb(118,103,106); }

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

border-color css

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

 span { border-color: rgb(118,103,106); }

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