#763223

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

Shades of Pueblo #763223

Tints of Pueblo #763223

Color information

#763223 (or 0x763223) is unknown color: approx Pueblo. HEX triplet: 76, 32 and 23. RGB value is (118,50,35). Sum of RGB (Red+Green+Blue) = 118+50+35=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763223 is #89CDDC. Grayscale: #444444. Windows color (decimal): -9031133 or 2306678. OLE color: 2306678.

HSL color Cylindrical-coordinate representation of color #763223: hue angle of 10.84º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763223 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1185035-
CMYK00.580.700.54
HSL10.84º54.25%30%-
HSV(B)10.84º70.34%46.27%-
XYZ8.926.252.33-
YUV68.62109.03163.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=58.13%
G=24.63%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118503500.580.700.5410.8454.2530
Hex76322303A4636b361e
Octal166624307210666136636
Binary111011011001010001101110101000110110110101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763223; }

 p { color: rgb(118,50,35); }

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

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

 a { background-color: rgb(118,50,35); }

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

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

 span { border-color: rgb(118,50,35); }

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