Html Css Color HEX #774F0F Raw Umber

📋 copy color: '#774F0F'

red 119 ◦ green 79 ◦ blue 15

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

Shades of Raw Umber #774F0F

Tints of Raw Umber #774F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 55.87%
G = 37.09%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#774F0F (or 0x774F0F) is known color: Raw Umber. HEX triplet: 77, 4F and 0F. RGB value is (119,79,15). Sum of RGB (Red+Green+Blue) = 119+79+15=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #774F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F0F is #88B0F0. Grayscale: #535353. Windows color (decimal): -8958193 or 1003383. OLE color: 1003383.

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

Color convert

RGB 119 79 15 -
CMYK 0 0.34 0.87 0.53
HSL 36.92º 0.78% 0.26% -
HSV(B) 36.92º 0.87% 0.47% -
XYZ 10.49 9.55 1.74 -
YUV 83.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 119 79 15 0 0.34 0.87 0.53 36.92 0.78 0.26
Hex 77 4F F 0 22 57 35 25 4E 1A
Octal 167 117 17 0 42 127 65 45 116 32
Binary 1110111 1001111 1111 0 100010 1010111 110101 100101 1001110 11010

Color Harmonies of #774F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F0F

Black with #774F0F

Text Example


Text Example

White with #774F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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