#773626

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

Shades of Pueblo #773626

Tints of Pueblo #773626

Color information

#773626 (or 0x773626) is unknown color: approx Pueblo. HEX triplet: 77, 36 and 26. RGB value is (119,54,38). Sum of RGB (Red+Green+Blue) = 119+54+38=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773626 is #88C9D9. Grayscale: #474747. Windows color (decimal): -8964570 or 2504311. OLE color: 2504311.

HSL color Cylindrical-coordinate representation of color #773626: hue angle of 11.85º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773626 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1195438-
CMYK00.550.680.53
HSL11.85º51.59%30.78%-
HSV(B)11.85º68.07%46.67%-
XYZ9.286.72.64-
YUV71.61109.03161.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=56.40%
G=25.59%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119543800.550.680.5311.8551.5930.78
Hex7736260374435c341f
Octal167664606710465146437
Binary111011111011010011001101111000100110101110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773626; }

 p { color: rgb(119,54,38); }

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

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

 a { background-color: rgb(119,54,38); }

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

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

 span { border-color: rgb(119,54,38); }

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