#774000

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

Shades of Raw Umber #774000

Tints of Raw Umber #774000

Color information

#774000 (or 0x774000) is unknown color: approx Raw Umber. HEX triplet: 77, 40 and 00. RGB value is (119,64,0). Sum of RGB (Red+Green+Blue) = 119+64+0=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #774000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774000 is #88BFFF. Grayscale: #494949. Windows color (decimal): -8962048 or 16503. OLE color: 16503.

HSL color Cylindrical-coordinate representation of color #774000: hue angle of 32.27º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #774000 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119640-
CMYK00.4610.53
HSL32.27º100%23.33%-
HSV(B)32.27º100%46.67%-
XYZ9.447.590.97-
YUV73.1586.72160.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.03%
G=34.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964000.4610.5332.2710023.33
Hex7740002E6435206417
Octal1671000056144654014427
Binary11101111000000001011101100100110101100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774000; }

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

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

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

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

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

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

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

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