#774500

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

Shades of Raw Umber #774500

Tints of Raw Umber #774500

Color information

#774500 (or 0x774500) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 00. RGB value is (119,69,0). Sum of RGB (Red+Green+Blue) = 119+69+0=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #774500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774500 is #88BAFF. Grayscale: #4C4C4C. Windows color (decimal): -8960768 or 17783. OLE color: 17783.

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

Color convert

RGB119690-
CMYK00.4210.53
HSL34.79º100%23.33%-
HSV(B)34.79º100%46.67%-
XYZ9.748.181.07-
YUV76.0885.06158.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.30%
G=36.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969000.4210.5334.7910023.33
Hex7745002A6435236417
Octal1671050052144654314427
Binary11101111000101001010101100100110101100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774500; }

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

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

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

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

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

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

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

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