#774207

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

Shades of Raw Umber #774207

Tints of Raw Umber #774207

Color information

#774207 (or 0x774207) is unknown color: approx Raw Umber. HEX triplet: 77, 42 and 07. RGB value is (119,66,7). Sum of RGB (Red+Green+Blue) = 119+66+7=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774207 is #88BDF8. Grayscale: #4B4B4B. Windows color (decimal): -8961529 or 475767. OLE color: 475767.

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

Color convert

RGB119667-
CMYK00.450.940.53
HSL31.61º88.89%24.71%-
HSV(B)31.61º94.12%46.67%-
XYZ9.597.831.21-
YUV75.1289.56159.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 7 (3.12% from 255) = 3.65%
R=61.98%
G=34.38%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11966700.450.940.5331.6188.8924.71
Hex7742702D5E35205919
Octal1671027055136654013131
Binary1110111100001011101011011011110110101100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774207; }

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

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

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

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

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

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

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

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