#763328

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

Shades of Pueblo #763328

Tints of Pueblo #763328

Color information

#763328 (or 0x763328) is unknown color: approx Pueblo. HEX triplet: 76, 33 and 28. RGB value is (118,51,40). Sum of RGB (Red+Green+Blue) = 118+51+40=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763328 is #89CCD7. Grayscale: #454545. Windows color (decimal): -9030872 or 2634614. OLE color: 2634614.

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

Color convert

RGB1185140-
CMYK00.570.660.54
HSL8.46º49.37%30.98%-
HSV(B)8.46º66.1%46.27%-
XYZ9.046.372.76-
YUV69.78111.2162.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=56.46%
G=24.40%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118514000.570.660.548.4649.3730.98
Hex76332803942368311f
Octal166635007110266106137
Binary111011011001110100001110011000010110110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763328; }

 p { color: rgb(118,51,40); }

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

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

 a { background-color: rgb(118,51,40); }

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

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

 span { border-color: rgb(118,51,40); }

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