Html Css Color HEX #774414 Raw Umber

📋 copy color: '#774414'

red 119 ◦ green 68 ◦ blue 20

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

Shades of Raw Umber #774414

Tints of Raw Umber #774414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.85%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 57.49%
G = 32.85%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#774414 (or 0x774414) is known color: Raw Umber. HEX triplet: 77, 44 and 14. RGB value is (119,68,20). Sum of RGB (Red+Green+Blue) = 119+68+20=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #774414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774414 is #88BBEB. Grayscale: #4E4E4E. Windows color (decimal): -8961004 or 1328247. OLE color: 1328247.

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

Color convert

RGB 119 68 20 -
CMYK 0 0.43 0.83 0.53
HSL 29.09º 0.71% 0.27% -
HSV(B) 29.09º 0.83% 0.47% -
XYZ 9.8 8.11 1.71 -
YUV 77.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 119 68 20 0 0.43 0.83 0.53 29.09 0.71 0.27
Hex 77 44 14 0 2B 53 35 1D 47 1B
Octal 167 104 24 0 53 123 65 35 107 33
Binary 1110111 1000100 10100 0 101011 1010011 110101 11101 1000111 11011

Color Harmonies of #774414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774414

Black with #774414

Text Example


Text Example

White with #774414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774414; }

 p { color: rgb(119,68,20); }

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

background-color css

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

 a { background-color: rgb(119,68,20); }

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

border-color css

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

 span { border-color: rgb(119,68,20); }

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