Html Css Color HEX #774F1D Raw Umber

📋 copy color: '#774F1D'

red 119 ◦ green 79 ◦ blue 29

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

Shades of Raw Umber #774F1D

Tints of Raw Umber #774F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 52.42%
G = 34.8%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#774F1D (or 0x774F1D) is known color: Raw Umber. HEX triplet: 77, 4F and 1D. RGB value is (119,79,29). Sum of RGB (Red+Green+Blue) = 119+79+29=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F1D is #88B0E2. Grayscale: #555555. Windows color (decimal): -8958179 or 1920887. OLE color: 1920887.

HSL color Cylindrical-coordinate representation of color #774F1D: hue angle of 33.33º degrees, saturation: 0.61, 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 #774F1D is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 29 -
CMYK 0 0.34 0.76 0.53
HSL 33.33º 0.61% 0.29% -
HSV(B) 33.33º 0.76% 0.47% -
XYZ 10.63 9.6 2.46 -
YUV 85.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 119 79 29 0 0.34 0.76 0.53 33.33 0.61 0.29
Hex 77 4F 1D 0 22 4C 35 21 3D 1D
Octal 167 117 35 0 42 114 65 41 75 35
Binary 1110111 1001111 11101 0 100010 1001100 110101 100001 111101 11101

Color Harmonies of #774F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F1D

Black with #774F1D

Text Example


Text Example

White with #774F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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