Html Css Color HEX #774E1E Raw Umber

📋 copy color: '#774E1E'

red 119 ◦ green 78 ◦ blue 30

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

Shades of Raw Umber #774E1E

Tints of Raw Umber #774E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 52.42%
G = 34.36%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#774E1E (or 0x774E1E) is known color: Raw Umber. HEX triplet: 77, 4E and 1E. RGB value is (119,78,30). Sum of RGB (Red+Green+Blue) = 119+78+30=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E1E is #88B1E1. Grayscale: #555555. Windows color (decimal): -8958434 or 1986167. OLE color: 1986167.

HSL color Cylindrical-coordinate representation of color #774E1E: hue angle of 32.36º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #774E1E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 78 30 -
CMYK 0 0.34 0.75 0.53
HSL 32.36º 0.6% 0.29% -
HSV(B) 32.36º 0.75% 0.47% -
XYZ 10.57 9.46 2.5 -
YUV 84.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 119 78 30 0 0.34 0.75 0.53 32.36 0.6 0.29
Hex 77 4E 1E 0 22 4B 35 20 3C 1D
Octal 167 116 36 0 42 113 65 40 74 35
Binary 1110111 1001110 11110 0 100010 1001011 110101 100000 111100 11101

Color Harmonies of #774E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E1E

Black with #774E1E

Text Example


Text Example

White with #774E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,30); }

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

background-color css

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

 a { background-color: rgb(119,78,30); }

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

border-color css

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

 span { border-color: rgb(119,78,30); }

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