#774001

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

Shades of Raw Umber #774001

Tints of Raw Umber #774001

Color information

#774001 (or 0x774001) is unknown color: approx Raw Umber. HEX triplet: 77, 40 and 01. RGB value is (119,64,1). Sum of RGB (Red+Green+Blue) = 119+64+1=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #774001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774001 is #88BFFE. Grayscale: #494949. Windows color (decimal): -8962047 or 82039. OLE color: 82039.

HSL color Cylindrical-coordinate representation of color #774001: hue angle of 32.03º 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 #774001 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB119641-
CMYK00.460.990.53
HSL32.03º98.33%23.53%-
HSV(B)32.03º99.16%46.67%-
XYZ9.457.591-
YUV73.2687.22160.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=64.67%
G=34.78%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964100.460.990.5332.0398.3323.53
Hex7740102E6335206218
Octal1671001056143654014230
Binary11101111000000101011101100011110101100000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774001; }

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

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

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

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

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

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

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

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