#766F70

Color #766F70 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #766F70

Tints of Empress #766F70

Color information

#766F70 (or 0x766F70) is unknown color: approx Empress. HEX triplet: 76, 6F and 70. RGB value is (118,111,112). Sum of RGB (Red+Green+Blue) = 118+111+112=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F70 is #89908F. Grayscale: #717171. Windows color (decimal): -9015440 or 7368566. OLE color: 7368566.

HSL color Cylindrical-coordinate representation of color #766F70: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #766F70 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB118111112-
CMYK00.060.050.54
HSL351.43º3.06%44.9%-
HSV(B)351.43º5.93%46.27%-
XYZ16.0816.3917.65-
YUV113.21127.32131.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=34.60%
G=32.55%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811111200.060.050.54351.433.0644.9
Hex766F700653615f32d
Octal16615716006566537355
Binary111011011011111110000011010111011010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,111,112); }

 H1.HeaderClassName
 {
   color: #766F70;
 }
 .AnyTagClassName
 {
   color: #766F70;
 }
</style>
background-color css

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

 a { background-color: rgb(118,111,112); }

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

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

 span { border-color: rgb(118,111,112); }

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