#773826

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

Shades of Pueblo #773826

Tints of Pueblo #773826

Color information

#773826 (or 0x773826) is unknown color: approx Pueblo. HEX triplet: 77, 38 and 26. RGB value is (119,56,38). Sum of RGB (Red+Green+Blue) = 119+56+38=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #773826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773826 is #88C7D9. Grayscale: #484848. Windows color (decimal): -8964058 or 2504823. OLE color: 2504823.

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

Color convert

RGB1195638-
CMYK00.530.680.53
HSL13.33º51.59%30.78%-
HSV(B)13.33º68.07%46.67%-
XYZ9.376.892.67-
YUV72.78108.37160.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=55.87%
G=26.29%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119563800.530.680.5313.3351.5930.78
Hex7738260354435d341f
Octal167704606510465156437
Binary111011111100010011001101011000100110101110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773826; }

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

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

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

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

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

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

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

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