#763724

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

Shades of Pueblo #763724

Tints of Pueblo #763724

Color information

#763724 (or 0x763724) is unknown color: approx Pueblo. HEX triplet: 76, 37 and 24. RGB value is (118,55,36). Sum of RGB (Red+Green+Blue) = 118+55+36=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763724 is #89C8DB. Grayscale: #474747. Windows color (decimal): -9029852 or 2373494. OLE color: 2373494.

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

Color convert

RGB1185536-
CMYK00.530.690.54
HSL13.9º53.25%30.2%-
HSV(B)13.9º69.49%46.27%-
XYZ9.166.712.48-
YUV71.67107.87161.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=56.46%
G=26.32%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118553600.530.690.5413.953.2530.2
Hex7637240354536e351e
Octal166674406510566166536
Binary111011011011110010001101011000101110110111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763724; }

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

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

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

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

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

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

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

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