Html Css Color HEX #774205 Raw Umber

📋 copy color: '#774205'

red 119 ◦ green 66 ◦ blue 5

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

Shades of Raw Umber #774205

Tints of Raw Umber #774205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 62.63%
G = 34.74%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#774205 (or 0x774205) is known color: Raw Umber. HEX triplet: 77, 42 and 05. RGB value is (119,66,5). Sum of RGB (Red+Green+Blue) = 119+66+5=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #774205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774205 is #88BDFA. Grayscale: #4B4B4B. Windows color (decimal): -8961531 or 344695. OLE color: 344695.

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

Color convert

RGB 119 66 5 -
CMYK 0 0.45 0.96 0.53
HSL 32.11º 0.92% 0.24% -
HSV(B) 32.11º 0.96% 0.47% -
XYZ 9.58 7.83 1.15 -
YUV 74.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 119 66 5 0 0.45 0.96 0.53 32.11 0.92 0.24
Hex 77 42 5 0 2D 60 35 20 5C 18
Octal 167 102 5 0 55 140 65 40 134 30
Binary 1110111 1000010 101 0 101101 1100000 110101 100000 1011100 11000

Color Harmonies of #774205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774205

Black with #774205

Text Example


Text Example

White with #774205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774205; }

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

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

background-color css

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

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

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

border-color css

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

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

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