#773426

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

Shades of Pueblo #773426

Tints of Pueblo #773426

Color information

#773426 (or 0x773426) is unknown color: approx Pueblo. HEX triplet: 77, 34 and 26. RGB value is (119,52,38). Sum of RGB (Red+Green+Blue) = 119+52+38=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #773426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773426 is #88CBD9. Grayscale: #464646. Windows color (decimal): -8965082 or 2503799. OLE color: 2503799.

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

Color convert

RGB1195238-
CMYK00.560.680.53
HSL10.37º51.59%30.78%-
HSV(B)10.37º68.07%46.67%-
XYZ9.196.522.61-
YUV70.44109.7162.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=56.94%
G=24.88%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119523800.560.680.5310.3751.5930.78
Hex7734260384435a341f
Octal167644607010465126437
Binary111011111010010011001110001000100110101101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773426; }

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

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

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

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

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

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

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

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