Html Css Color HEX #775411 Raw Umber

📋 copy color: '#775411'

red 119 ◦ green 84 ◦ blue 17

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

Shades of Raw Umber #775411

Tints of Raw Umber #775411

RGB

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

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

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

R = 54.09%
G = 38.18%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#775411 (or 0x775411) is known color: Raw Umber. HEX triplet: 77, 54 and 11. RGB value is (119,84,17). Sum of RGB (Red+Green+Blue) = 119+84+17=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #775411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775411 is #88ABEE. Grayscale: #575757. Windows color (decimal): -8956911 or 1135735. OLE color: 1135735.

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

Color convert

RGB 119 84 17 -
CMYK 0 0.29 0.86 0.53
HSL 39.41º 0.75% 0.27% -
HSV(B) 39.41º 0.86% 0.47% -
XYZ 10.88 10.3 1.95 -
YUV 86.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 119 84 17 0 0.29 0.86 0.53 39.41 0.75 0.27
Hex 77 54 11 0 1D 56 35 27 4B 1B
Octal 167 124 21 0 35 126 65 47 113 33
Binary 1110111 1010100 10001 0 11101 1010110 110101 100111 1001011 11011

Color Harmonies of #775411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775411

Black with #775411

Text Example


Text Example

White with #775411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775411; }

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

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

background-color css

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

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

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

border-color css

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

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

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