Html Css Color HEX #775404 Raw Umber

📋 copy color: '#775404'

red 119 ◦ green 84 ◦ blue 4

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

Shades of Raw Umber #775404

Tints of Raw Umber #775404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 57.49%
G = 40.58%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#775404 (or 0x775404) is known color: Raw Umber. HEX triplet: 77, 54 and 04. RGB value is (119,84,4). Sum of RGB (Red+Green+Blue) = 119+84+4=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775404 is #88ABFB. Grayscale: #555555. Windows color (decimal): -8956924 or 283767. OLE color: 283767.

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

Color convert

RGB 119 84 4 -
CMYK 0 0.29 0.97 0.53
HSL 41.74º 0.93% 0.24% -
HSV(B) 41.74º 0.97% 0.47% -
XYZ 10.8 10.27 1.53 -
YUV 85.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 119 84 4 0 0.29 0.97 0.53 41.74 0.93 0.24
Hex 77 54 4 0 1D 61 35 2A 5D 18
Octal 167 124 4 0 35 141 65 52 135 30
Binary 1110111 1010100 100 0 11101 1100001 110101 101010 1011101 11000

Color Harmonies of #775404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775404

Black with #775404

Text Example


Text Example

White with #775404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775404; }

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

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

background-color css

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

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

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

border-color css

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

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

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