#774702

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

Shades of Raw Umber #774702

Tints of Raw Umber #774702

Color information

#774702 (or 0x774702) is unknown color: approx Raw Umber. HEX triplet: 77, 47 and 02. RGB value is (119,71,2). Sum of RGB (Red+Green+Blue) = 119+71+2=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774702 is #88B8FD. Grayscale: #4D4D4D. Windows color (decimal): -8960254 or 149367. OLE color: 149367.

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

Color convert

RGB119712-
CMYK00.400.980.53
HSL35.38º96.69%23.73%-
HSV(B)35.38º98.32%46.67%-
XYZ9.878.431.16-
YUV77.4985.4157.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=61.98%
G=36.98%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11971200.400.980.5335.3896.6923.73
Hex774720286235236118
Octal1671072050142654314130
Binary111011110001111001010001100010110101100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774702; }

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

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

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

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

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

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

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

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