#772713

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

Shades of Pueblo #772713

Tints of Pueblo #772713

Color information

#772713 (or 0x772713) is unknown color: approx Pueblo. HEX triplet: 77, 27 and 13. RGB value is (119,39,19). Sum of RGB (Red+Green+Blue) = 119+39+19=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772713 is #88D8EC. Grayscale: #3C3C3C. Windows color (decimal): -8968429 or 1255287. OLE color: 1255287.

HSL color Cylindrical-coordinate representation of color #772713: hue angle of 12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #772713 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1193919-
CMYK00.670.840.53
HSL12º72.46%27.06%-
HSV(B)12º84.03%46.67%-
XYZ8.455.421.22-
YUV60.64104.5169.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 39 (15.62% from 255) = 22.03%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=67.23%
G=22.03%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119391900.670.840.531272.4627.06
Hex7727130435435c481b
Octal16747230103124651411033
Binary1110111100111100110100001110101001101011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772713; }

 p { color: rgb(119,39,19); }

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

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

 a { background-color: rgb(119,39,19); }

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

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

 span { border-color: rgb(119,39,19); }

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