#774607

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

Shades of Raw Umber #774607

Tints of Raw Umber #774607

Color information

#774607 (or 0x774607) is unknown color: approx Raw Umber. HEX triplet: 77, 46 and 07. RGB value is (119,70,7). Sum of RGB (Red+Green+Blue) = 119+70+7=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #774607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774607 is #88B9F8. Grayscale: #4D4D4D. Windows color (decimal): -8960505 or 476791. OLE color: 476791.

HSL color Cylindrical-coordinate representation of color #774607: hue angle of 33.75º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #774607 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119707-
CMYK00.410.940.53
HSL33.75º88.89%24.71%-
HSV(B)33.75º94.12%46.67%-
XYZ9.848.321.29-
YUV77.4788.23157.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=60.71%
G=35.71%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11970700.410.940.5333.7588.8924.71
Hex774670295E35225919
Octal1671067051136654213131
Binary1110111100011011101010011011110110101100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774607; }

 p { color: rgb(119,70,7); }

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

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

 a { background-color: rgb(119,70,7); }

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

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

 span { border-color: rgb(119,70,7); }

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