#77331F

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

Shades of Pueblo #77331F

Tints of Pueblo #77331F

Color information

#77331F (or 0x77331F) is unknown color: approx Pueblo. HEX triplet: 77, 33 and 1F. RGB value is (119,51,31). Sum of RGB (Red+Green+Blue) = 119+51+31=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77331F is #88CCE0. Grayscale: #454545. Windows color (decimal): -8965345 or 2044791. OLE color: 2044791.

HSL color Cylindrical-coordinate representation of color #77331F: hue angle of 13.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77331F is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1195131-
CMYK00.570.740.53
HSL13.64º58.67%29.41%-
HSV(B)13.64º73.95%46.67%-
XYZ9.046.392.05-
YUV69.05106.53163.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=59.20%
G=25.37%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119513100.570.740.5313.6458.6729.41
Hex77331F0394A35e3b1d
Octal167633707111265167335
Binary11101111100111111101110011001010110101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77331F; }

 p { color: rgb(119,51,31); }

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

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

 a { background-color: rgb(119,51,31); }

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

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

 span { border-color: rgb(119,51,31); }

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