Html Css Color HEX #774C1B Raw Umber

📋 copy color: '#774C1B'

red 119 ◦ green 76 ◦ blue 27

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

Shades of Raw Umber #774C1B

Tints of Raw Umber #774C1B

RGB

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

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

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

R = 53.6%
G = 34.23%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#774C1B (or 0x774C1B) is known color: Raw Umber. HEX triplet: 77, 4C and 1B. RGB value is (119,76,27). Sum of RGB (Red+Green+Blue) = 119+76+27=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #774C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C1B is #88B3E4. Grayscale: #535353. Windows color (decimal): -8958949 or 1789047. OLE color: 1789047.

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

Color convert

RGB 119 76 27 -
CMYK 0 0.36 0.77 0.53
HSL 31.96º 0.63% 0.29% -
HSV(B) 31.96º 0.77% 0.47% -
XYZ 10.39 9.17 2.26 -
YUV 83.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 119 76 27 0 0.36 0.77 0.53 31.96 0.63 0.29
Hex 77 4C 1B 0 24 4D 35 20 3F 1D
Octal 167 114 33 0 44 115 65 40 77 35
Binary 1110111 1001100 11011 0 100100 1001101 110101 100000 111111 11101

Color Harmonies of #774C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C1B

Black with #774C1B

Text Example


Text Example

White with #774C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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