#761043

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

Shades of Pompadour #761043

Tints of Pompadour #761043

Color information

#761043 (or 0x761043) is unknown color: approx Pompadour. HEX triplet: 76, 10 and 43. RGB value is (118,16,67). Sum of RGB (Red+Green+Blue) = 118+16+67=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #761043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761043 is #89EFBC. Grayscale: #343434. Windows color (decimal): -9039805 or 4395126. OLE color: 4395126.

HSL color Cylindrical-coordinate representation of color #761043: hue angle of 330º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761043 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1181667-
CMYK00.860.430.54
HSL330º76.12%26.27%-
HSV(B)330º86.44%46.27%-
XYZ8.674.635.75-
YUV52.31136.29174.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=58.71%
G=7.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118166700.860.430.5433076.1226.27
Hex7610430562B3614a4c1a
Octal166201030126536651211432
Binary111011010000100001101010110101011110110101001010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761043; }

 p { color: rgb(118,16,67); }

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

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

 a { background-color: rgb(118,16,67); }

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

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

 span { border-color: rgb(118,16,67); }

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