#774502

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

Shades of Raw Umber #774502

Tints of Raw Umber #774502

Color information

#774502 (or 0x774502) is unknown color: approx Raw Umber. HEX triplet: 77, 45 and 02. RGB value is (119,69,2). Sum of RGB (Red+Green+Blue) = 119+69+2=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #774502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774502 is #88BAFD. Grayscale: #4C4C4C. Windows color (decimal): -8960766 or 148855. OLE color: 148855.

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

Color convert

RGB119692-
CMYK00.420.980.53
HSL34.36º96.69%23.73%-
HSV(B)34.36º98.32%46.67%-
XYZ9.758.181.12-
YUV76.3186.06158.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=62.63%
G=36.32%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11969200.420.980.5334.3696.6923.73
Hex7745202A6235226118
Octal1671052052142654214130
Binary111011110001011001010101100010110101100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774502; }

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

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

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

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

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

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

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

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