Html Css Color HEX #774A05 Raw Umber

📋 copy color: '#774A05'

red 119 ◦ green 74 ◦ blue 5

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

Shades of Raw Umber #774A05

Tints of Raw Umber #774A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 60.1%
G = 37.37%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#774A05 (or 0x774A05) is known color: Raw Umber. HEX triplet: 77, 4A and 05. RGB value is (119,74,5). Sum of RGB (Red+Green+Blue) = 119+74+5=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #774A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A05 is #88B5FA. Grayscale: #4F4F4F. Windows color (decimal): -8959483 or 346743. OLE color: 346743.

HSL color Cylindrical-coordinate representation of color #774A05: hue angle of 36.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #774A05 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 5 -
CMYK 0 0.38 0.96 0.53
HSL 36.32º 0.92% 0.24% -
HSV(B) 36.32º 0.96% 0.47% -
XYZ 10.08 8.83 1.32 -
YUV 79.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 119 74 5 0 0.38 0.96 0.53 36.32 0.92 0.24
Hex 77 4A 5 0 26 60 35 24 5C 18
Octal 167 112 5 0 46 140 65 44 134 30
Binary 1110111 1001010 101 0 100110 1100000 110101 100100 1011100 11000

Color Harmonies of #774A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A05

Black with #774A05

Text Example


Text Example

White with #774A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A05; }

 p { color: rgb(119,74,5); }

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

background-color css

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

 a { background-color: rgb(119,74,5); }

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

border-color css

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

 span { border-color: rgb(119,74,5); }

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