Html Css Color HEX #774404 Raw Umber

📋 copy color: '#774404'

red 119 ◦ green 68 ◦ blue 4

#774404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #774404

Tints of Raw Umber #774404

RGB

 RED value IS 119 (46.88% from 255) = 62.3%

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 4 (1.95% from 255) = 2.09%

R = 62.3%
G = 35.6%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#774404 (or 0x774404) is known color: Raw Umber. HEX triplet: 77, 44 and 04. RGB value is (119,68,4). Sum of RGB (Red+Green+Blue) = 119+68+4=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #774404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774404 is #88BBFB. Grayscale: #4C4C4C. Windows color (decimal): -8961020 or 279671. OLE color: 279671.

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

Color convert

RGB 119 68 4 -
CMYK 0 0.43 0.97 0.53
HSL 33.39º 0.93% 0.24% -
HSV(B) 33.39º 0.97% 0.47% -
XYZ 9.7 8.06 1.16 -
YUV 75.95 87.4 158.7 -
System Red Green Blue C M Y K H S L
Decimal 119 68 4 0 0.43 0.97 0.53 33.39 0.93 0.24
Hex 77 44 4 0 2B 61 35 21 5D 18
Octal 167 104 4 0 53 141 65 41 135 30
Binary 1110111 1000100 100 0 101011 1100001 110101 100001 1011101 11000

Color Harmonies of #774404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774404

Black with #774404

Text Example


Text Example

White with #774404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774404; }

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

 H1.HeaderClassName
 {
   color: #774404;
 }
 .AnyTagClassName
 {
   color: #774404;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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