#774402

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

Shades of Raw Umber #774402

Tints of Raw Umber #774402

Color information

#774402 (or 0x774402) is unknown color: approx Raw Umber. HEX triplet: 77, 44 and 02. RGB value is (119,68,2). Sum of RGB (Red+Green+Blue) = 119+68+2=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #774402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774402 is #88BBFD. Grayscale: #4C4C4C. Windows color (decimal): -8961022 or 148599. OLE color: 148599.

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

Color convert

RGB119682-
CMYK00.430.980.53
HSL33.85º96.69%23.73%-
HSV(B)33.85º98.32%46.67%-
XYZ9.698.061.1-
YUV75.7286.4158.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=62.96%
G=35.98%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11968200.430.980.5333.8596.6923.73
Hex7744202B6235226118
Octal1671042053142654214130
Binary111011110001001001010111100010110101100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774402; }

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

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

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

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

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

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

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

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