#763722

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

Shades of Pueblo #763722

Tints of Pueblo #763722

Color information

#763722 (or 0x763722) is unknown color: approx Pueblo. HEX triplet: 76, 37 and 22. RGB value is (118,55,34). Sum of RGB (Red+Green+Blue) = 118+55+34=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763722 is #89C8DD. Grayscale: #474747. Windows color (decimal): -9029854 or 2242422. OLE color: 2242422.

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

Color convert

RGB1185534-
CMYK00.530.710.54
HSL15º55.26%29.8%-
HSV(B)15º71.19%46.27%-
XYZ9.136.72.33-
YUV71.44106.87161.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=57.00%
G=26.57%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118553400.530.710.541555.2629.8
Hex7637220354736f371e
Octal166674206510766176736
Binary111011011011110001001101011000111110110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763722; }

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

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

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

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

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

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

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

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