Html Css Color HEX #775E04 Raw Umber

📋 copy color: '#775E04'

red 119 ◦ green 94 ◦ blue 4

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

Shades of Raw Umber #775E04

Tints of Raw Umber #775E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

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

R = 54.84%
G = 43.32%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#775E04 (or 0x775E04) is known color: Raw Umber. HEX triplet: 77, 5E and 04. RGB value is (119,94,4). Sum of RGB (Red+Green+Blue) = 119+94+4=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #775E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E04 is #88A1FB. Grayscale: #5B5B5B. Windows color (decimal): -8954364 or 286327. OLE color: 286327.

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

Color convert

RGB 119 94 4 -
CMYK 0 0.21 0.97 0.53
HSL 46.96º 0.93% 0.24% -
HSV(B) 46.96º 0.97% 0.47% -
XYZ 11.63 11.94 1.81 -
YUV 91.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 119 94 4 0 0.21 0.97 0.53 46.96 0.93 0.24
Hex 77 5E 4 0 15 61 35 2F 5D 18
Octal 167 136 4 0 25 141 65 57 135 30
Binary 1110111 1011110 100 0 10101 1100001 110101 101111 1011101 11000

Color Harmonies of #775E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E04

Black with #775E04

Text Example


Text Example

White with #775E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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