#774E01

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

Shades of Raw Umber #774E01

Tints of Raw Umber #774E01

Color information

#774E01 (or 0x774E01) is unknown color: approx Raw Umber. HEX triplet: 77, 4E and 01. RGB value is (119,78,1). Sum of RGB (Red+Green+Blue) = 119+78+1=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #774E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E01 is #88B1FE. Grayscale: #515151. Windows color (decimal): -8958463 or 85623. OLE color: 85623.

HSL color Cylindrical-coordinate representation of color #774E01: hue angle of 39.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #774E01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB119781-
CMYK00.340.990.53
HSL39.15º98.33%23.53%-
HSV(B)39.15º99.16%46.67%-
XYZ10.349.371.29-
YUV81.4882.58154.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=60.10%
G=39.39%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11978100.340.990.5339.1598.3323.53
Hex774E10226335276218
Octal1671161042143654714230
Binary11101111001110101000101100011110101100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E01; }

 p { color: rgb(119,78,1); }

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

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

 a { background-color: rgb(119,78,1); }

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

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

 span { border-color: rgb(119,78,1); }

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