#774507

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

Shades of Raw Umber #774507

Tints of Raw Umber #774507

Color information

#774507 (or 0x774507) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 07. RGB value is (119,69,7). Sum of RGB (Red+Green+Blue) = 119+69+7=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #774507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774507 is #88BAF8. Grayscale: #4D4D4D. Windows color (decimal): -8960761 or 476535. OLE color: 476535.

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

Color convert

RGB119697-
CMYK00.420.940.53
HSL33.21º88.89%24.71%-
HSV(B)33.21º94.12%46.67%-
XYZ9.778.191.27-
YUV76.8888.56158.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 7 (3.12% from 255) = 3.59%
R=61.03%
G=35.38%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969700.420.940.5333.2188.8924.71
Hex7745702A5E35215919
Octal1671057052136654113131
Binary1110111100010111101010101011110110101100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774507; }

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

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

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

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

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

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

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

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