Html Css Color HEX #774C1A Raw Umber

📋 copy color: '#774C1A'

red 119 ◦ green 76 ◦ blue 26

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

Shades of Raw Umber #774C1A

Tints of Raw Umber #774C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 53.85%
G = 34.39%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#774C1A (or 0x774C1A) is known color: Raw Umber. HEX triplet: 77, 4C and 1A. RGB value is (119,76,26). Sum of RGB (Red+Green+Blue) = 119+76+26=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #774C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C1A is #88B3E5. Grayscale: #535353. Windows color (decimal): -8958950 or 1723511. OLE color: 1723511.

HSL color Cylindrical-coordinate representation of color #774C1A: hue angle of 32.26º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #774C1A is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 26 -
CMYK 0 0.36 0.78 0.53
HSL 32.26º 0.64% 0.28% -
HSV(B) 32.26º 0.78% 0.47% -
XYZ 10.38 9.17 2.2 -
YUV 83.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 119 76 26 0 0.36 0.78 0.53 32.26 0.64 0.28
Hex 77 4C 1A 0 24 4E 35 20 40 1C
Octal 167 114 32 0 44 116 65 40 100 34
Binary 1110111 1001100 11010 0 100100 1001110 110101 100000 1000000 11100

Color Harmonies of #774C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C1A

Black with #774C1A

Text Example


Text Example

White with #774C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,26); }

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

background-color css

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

 a { background-color: rgb(119,76,26); }

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

border-color css

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

 span { border-color: rgb(119,76,26); }

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