Html Css Color HEX #774C1C Raw Umber

📋 copy color: '#774C1C'

red 119 ◦ green 76 ◦ blue 28

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

Shades of Raw Umber #774C1C

Tints of Raw Umber #774C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 53.36%
G = 34.08%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#774C1C (or 0x774C1C) is known color: Raw Umber. HEX triplet: 77, 4C and 1C. RGB value is (119,76,28). Sum of RGB (Red+Green+Blue) = 119+76+28=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #774C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C1C is #88B3E3. Grayscale: #535353. Windows color (decimal): -8958948 or 1854583. OLE color: 1854583.

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

Color convert

RGB 119 76 28 -
CMYK 0 0.36 0.76 0.53
HSL 31.65º 0.62% 0.29% -
HSV(B) 31.65º 0.76% 0.47% -
XYZ 10.4 9.17 2.32 -
YUV 83.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 119 76 28 0 0.36 0.76 0.53 31.65 0.62 0.29
Hex 77 4C 1C 0 24 4C 35 20 3E 1D
Octal 167 114 34 0 44 114 65 40 76 35
Binary 1110111 1001100 11100 0 100100 1001100 110101 100000 111110 11101

Color Harmonies of #774C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C1C

Black with #774C1C

Text Example


Text Example

White with #774C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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