#774308

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

Shades of Raw Umber #774308

Tints of Raw Umber #774308

Color information

#774308 (or 0x774308) is unknown color: approx Raw Umber. HEX triplet: 77, 43 and 08. RGB value is (119,67,8). Sum of RGB (Red+Green+Blue) = 119+67+8=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #774308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774308 is #88BCF7. Grayscale: #4C4C4C. Windows color (decimal): -8961272 or 541559. OLE color: 541559.

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

Color convert

RGB119678-
CMYK00.440.930.53
HSL31.89º87.4%24.9%-
HSV(B)31.89º93.28%46.67%-
XYZ9.667.951.26-
YUV75.8289.73158.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=61.34%
G=34.54%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11967800.440.930.5331.8987.424.9
Hex7743802C5D35205719
Octal16710310054135654012731
Binary11101111000011100001011001011101110101100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774308; }

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

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

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

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

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

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

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

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