#774705

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

Shades of Raw Umber #774705

Tints of Raw Umber #774705

Color information

#774705 (or 0x774705) is unknown color: approx Raw Umber. HEX triplet: 77, 47 and 05. RGB value is (119,71,5). Sum of RGB (Red+Green+Blue) = 119+71+5=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #774705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774705 is #88B8FA. Grayscale: #4E4E4E. Windows color (decimal): -8960251 or 345975. OLE color: 345975.

HSL color Cylindrical-coordinate representation of color #774705: hue angle of 34.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #774705 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119715-
CMYK00.400.960.53
HSL34.74º91.94%24.31%-
HSV(B)34.74º95.8%46.67%-
XYZ9.898.441.25-
YUV77.8386.9157.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=61.03%
G=36.41%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11971500.400.960.5334.7491.9424.31
Hex774750286035235c18
Octal1671075050140654313430
Binary1110111100011110101010001100000110101100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774705; }

 p { color: rgb(119,71,5); }

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

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

 a { background-color: rgb(119,71,5); }

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

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

 span { border-color: rgb(119,71,5); }

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