#774408

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

Shades of Raw Umber #774408

Tints of Raw Umber #774408

Color information

#774408 (or 0x774408) is unknown color: approx Raw Umber. HEX triplet: 77, 44 and 08. RGB value is (119,68,8). Sum of RGB (Red+Green+Blue) = 119+68+8=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #774408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774408 is #88BBF7. Grayscale: #4C4C4C. Windows color (decimal): -8961016 or 541815. OLE color: 541815.

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

Color convert

RGB119688-
CMYK00.430.930.53
HSL32.43º87.4%24.9%-
HSV(B)32.43º93.28%46.67%-
XYZ9.728.071.28-
YUV76.4189.4158.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=61.03%
G=34.87%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968800.430.930.5332.4387.424.9
Hex7744802B5D35205719
Octal16710410053135654012731
Binary11101111000100100001010111011101110101100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774408; }

 p { color: rgb(119,68,8); }

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

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

 a { background-color: rgb(119,68,8); }

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

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

 span { border-color: rgb(119,68,8); }

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