#77521A

Color #77521A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #77521A

Tints of Raw Umber #77521A

Color information

#77521A (or 0x77521A) is unknown color: approx Raw Umber. HEX triplet: 77, 52 and 1A. RGB value is (119,82,26). Sum of RGB (Red+Green+Blue) = 119+82+26=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77521A is #88ADE5. Grayscale: #565656. Windows color (decimal): -8957414 or 1725047. OLE color: 1725047.

HSL color Cylindrical-coordinate representation of color #77521A: hue angle of 36.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77521A is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1198226-
CMYK00.310.780.53
HSL36.13º64.14%28.43%-
HSV(B)36.13º78.15%46.67%-
XYZ10.8110.032.34-
YUV86.6893.76151.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=52.42%
G=36.12%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119822600.310.780.5336.1364.1428.43
Hex77521A01F4E3524401c
Octal16712232037116654410034
Binary11101111010010110100111111001110110101100100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77521A; }

 p { color: rgb(119,82,26); }

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

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

 a { background-color: rgb(119,82,26); }

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

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

 span { border-color: rgb(119,82,26); }

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