#763723

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

Shades of Pueblo #763723

Tints of Pueblo #763723

Color information

#763723 (or 0x763723) is unknown color: approx Pueblo. HEX triplet: 76, 37 and 23. RGB value is (118,55,35). Sum of RGB (Red+Green+Blue) = 118+55+35=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #763723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763723 is #89C8DC. Grayscale: #474747. Windows color (decimal): -9029853 or 2307958. OLE color: 2307958.

HSL color Cylindrical-coordinate representation of color #763723: hue angle of 14.46º 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 #763723 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1185535-
CMYK00.530.700.54
HSL14.46º54.25%30%-
HSV(B)14.46º70.34%46.27%-
XYZ9.146.712.4-
YUV71.56107.37161.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=56.73%
G=26.44%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118553500.530.700.5414.4654.2530
Hex7637230354636e361e
Octal166674306510666166636
Binary111011011011110001101101011000110110110111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763723; }

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

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

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

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

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

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

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

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