Html Css Color HEX #774F0C Raw Umber

📋 copy color: '#774F0C'

red 119 ◦ green 79 ◦ blue 12

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

Shades of Raw Umber #774F0C

Tints of Raw Umber #774F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 56.67%
G = 37.62%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#774F0C (or 0x774F0C) is known color: Raw Umber. HEX triplet: 77, 4F and 0C. RGB value is (119,79,12). Sum of RGB (Red+Green+Blue) = 119+79+12=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #774F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F0C is #88B0F3. Grayscale: #535353. Windows color (decimal): -8958196 or 806775. OLE color: 806775.

HSL color Cylindrical-coordinate representation of color #774F0C: hue angle of 37.57º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #774F0C is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 12 -
CMYK 0 0.34 0.90 0.53
HSL 37.57º 0.82% 0.26% -
HSV(B) 37.57º 0.9% 0.47% -
XYZ 10.47 9.54 1.64 -
YUV 83.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 119 79 12 0 0.34 0.90 0.53 37.57 0.82 0.26
Hex 77 4F C 0 22 5A 35 26 52 1A
Octal 167 117 14 0 42 132 65 46 122 32
Binary 1110111 1001111 1100 0 100010 1011010 110101 100110 1010010 11010

Color Harmonies of #774F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F0C

Black with #774F0C

Text Example


Text Example

White with #774F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,79,12); }

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

background-color css

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

 a { background-color: rgb(119,79,12); }

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

border-color css

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

 span { border-color: rgb(119,79,12); }

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