#774501

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

Shades of Raw Umber #774501

Tints of Raw Umber #774501

Color information

#774501 (or 0x774501) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 01. RGB value is (119,69,1). Sum of RGB (Red+Green+Blue) = 119+69+1=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #774501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774501 is #88BAFE. Grayscale: #4C4C4C. Windows color (decimal): -8960767 or 83319. OLE color: 83319.

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

Color convert

RGB119691-
CMYK00.420.990.53
HSL34.58º98.33%23.53%-
HSV(B)34.58º99.16%46.67%-
XYZ9.748.181.09-
YUV76.285.56158.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=62.96%
G=36.51%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969100.420.990.5334.5898.3323.53
Hex7745102A6335236218
Octal1671051052143654314230
Binary11101111000101101010101100011110101100011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774501; }

 p { color: rgb(119,69,1); }

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

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

 a { background-color: rgb(119,69,1); }

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

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

 span { border-color: rgb(119,69,1); }

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