Html Css Color HEX #766A6D Empress

📋 copy color: '#766A6D'

red 118 ◦ green 106 ◦ blue 109

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

Shades of Empress #766A6D

Tints of Empress #766A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 35.44%
G = 31.83%
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

#766A6D (or 0x766A6D) is known color: Empress. HEX triplet: 76, 6A and 6D. RGB value is (118,106,109). Sum of RGB (Red+Green+Blue) = 118+106+109=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6D is #899592. Grayscale: #6D6D6D. Windows color (decimal): -9016723 or 7170678. OLE color: 7170678.

HSL color Cylindrical-coordinate representation of color #766A6D: 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 #766A6D is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 109 -
CMYK 0 0.10 0.08 0.54
HSL 345º 0.05% 0.44% -
HSV(B) 345º 0.1% 0.46% -
XYZ 15.39 15.26 16.6 -
YUV 109.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 118 106 109 0 0.10 0.08 0.54 345 0.05 0.44
Hex 76 6A 6D 0 A 8 36 159 5 2C
Octal 166 152 155 0 12 10 66 531 5 54
Binary 1110110 1101010 1101101 0 1010 1000 110110 101011001 101 101100

Color Harmonies of #766A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A6D

Black with #766A6D

Text Example


Text Example

White with #766A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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