Html Css Color HEX #774D1B Raw Umber

📋 copy color: '#774D1B'

red 119 ◦ green 77 ◦ blue 27

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

Shades of Raw Umber #774D1B

Tints of Raw Umber #774D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

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

R = 53.36%
G = 34.53%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#774D1B (or 0x774D1B) is known color: Raw Umber. HEX triplet: 77, 4D and 1B. RGB value is (119,77,27). Sum of RGB (Red+Green+Blue) = 119+77+27=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #774D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D1B is #88B2E4. Grayscale: #545454. Windows color (decimal): -8958693 or 1789303. OLE color: 1789303.

HSL color Cylindrical-coordinate representation of color #774D1B: hue angle of 32.61º 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 #774D1B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 27 -
CMYK 0 0.35 0.77 0.53
HSL 32.61º 0.63% 0.29% -
HSV(B) 32.61º 0.77% 0.47% -
XYZ 10.46 9.31 2.28 -
YUV 83.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 119 77 27 0 0.35 0.77 0.53 32.61 0.63 0.29
Hex 77 4D 1B 0 23 4D 35 21 3F 1D
Octal 167 115 33 0 43 115 65 41 77 35
Binary 1110111 1001101 11011 0 100011 1001101 110101 100001 111111 11101

Color Harmonies of #774D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D1B

Black with #774D1B

Text Example


Text Example

White with #774D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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