Html Css Color HEX #774A1B Raw Umber

📋 copy color: '#774A1B'

red 119 ◦ green 74 ◦ blue 27

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

Shades of Raw Umber #774A1B

Tints of Raw Umber #774A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 54.09%
G = 33.64%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#774A1B (or 0x774A1B) is known color: Raw Umber. HEX triplet: 77, 4A and 1B. RGB value is (119,74,27). Sum of RGB (Red+Green+Blue) = 119+74+27=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #774A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A1B is #88B5E4. Grayscale: #525252. Windows color (decimal): -8959461 or 1788535. OLE color: 1788535.

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

Color convert

RGB 119 74 27 -
CMYK 0 0.38 0.77 0.53
HSL 30.65º 0.63% 0.29% -
HSV(B) 30.65º 0.77% 0.47% -
XYZ 10.25 8.9 2.21 -
YUV 82.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 119 74 27 0 0.38 0.77 0.53 30.65 0.63 0.29
Hex 77 4A 1B 0 26 4D 35 1F 3F 1D
Octal 167 112 33 0 46 115 65 37 77 35
Binary 1110111 1001010 11011 0 100110 1001101 110101 11111 111111 11101

Color Harmonies of #774A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A1B

Black with #774A1B

Text Example


Text Example

White with #774A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,74,27); }

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

background-color css

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

 a { background-color: rgb(119,74,27); }

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

border-color css

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

 span { border-color: rgb(119,74,27); }

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