Html Css Color HEX #774111 Raw Umber

📋 copy color: '#774111'

red 119 ◦ green 65 ◦ blue 17

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

Shades of Raw Umber #774111

Tints of Raw Umber #774111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

 BLUE value IS 17 (7.03% from 255) = 8.46%

R = 59.2%
G = 32.34%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#774111 (or 0x774111) is known color: Raw Umber. HEX triplet: 77, 41 and 11. RGB value is (119,65,17). Sum of RGB (Red+Green+Blue) = 119+65+17=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #774111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774111 is #88BEEE. Grayscale: #4B4B4B. Windows color (decimal): -8961775 or 1130871. OLE color: 1130871.

HSL color Cylindrical-coordinate representation of color #774111: hue angle of 28.24º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #774111 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 17 -
CMYK 0 0.45 0.86 0.53
HSL 28.24º 0.75% 0.27% -
HSV(B) 28.24º 0.86% 0.47% -
XYZ 9.6 7.74 1.52 -
YUV 75.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 119 65 17 0 0.45 0.86 0.53 28.24 0.75 0.27
Hex 77 41 11 0 2D 56 35 1C 4B 1B
Octal 167 101 21 0 55 126 65 34 113 33
Binary 1110111 1000001 10001 0 101101 1010110 110101 11100 1001011 11011

Color Harmonies of #774111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774111

Black with #774111

Text Example


Text Example

White with #774111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774111; }

 p { color: rgb(119,65,17); }

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

background-color css

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

 a { background-color: rgb(119,65,17); }

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

border-color css

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

 span { border-color: rgb(119,65,17); }

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