#763726

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

Shades of Pueblo #763726

Tints of Pueblo #763726

Color information

#763726 (or 0x763726) is unknown color: approx Pueblo. HEX triplet: 76, 37 and 26. RGB value is (118,55,38). Sum of RGB (Red+Green+Blue) = 118+55+38=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763726 is #89C8D9. Grayscale: #484848. Windows color (decimal): -9029850 or 2504566. OLE color: 2504566.

HSL color Cylindrical-coordinate representation of color #763726: hue angle of 12.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763726 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1185538-
CMYK00.530.680.54
HSL12.75º51.28%30.59%-
HSV(B)12.75º67.8%46.27%-
XYZ9.196.722.65-
YUV71.9108.87160.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=55.92%
G=26.07%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118553800.530.680.5412.7551.2830.59
Hex7637260354436d331f
Octal166674606510466156337
Binary111011011011110011001101011000100110110110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763726; }

 p { color: rgb(118,55,38); }

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

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

 a { background-color: rgb(118,55,38); }

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

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

 span { border-color: rgb(118,55,38); }

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