Html Css Color HEX #774B05 Raw Umber

📋 copy color: '#774B05'

red 119 ◦ green 75 ◦ blue 5

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

Shades of Raw Umber #774B05

Tints of Raw Umber #774B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.69%

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 59.8%
G = 37.69%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#774B05 (or 0x774B05) is known color: Raw Umber. HEX triplet: 77, 4B and 05. RGB value is (119,75,5). Sum of RGB (Red+Green+Blue) = 119+75+5=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #774B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774B05 is #88B4FA. Grayscale: #505050. Windows color (decimal): -8959227 or 346999. OLE color: 346999.

HSL color Cylindrical-coordinate representation of color #774B05: hue angle of 36.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #774B05 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 75 5 -
CMYK 0 0.37 0.96 0.53
HSL 36.84º 0.92% 0.24% -
HSV(B) 36.84º 0.96% 0.47% -
XYZ 10.15 8.97 1.34 -
YUV 80.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 119 75 5 0 0.37 0.96 0.53 36.84 0.92 0.24
Hex 77 4B 5 0 25 60 35 25 5C 18
Octal 167 113 5 0 45 140 65 45 134 30
Binary 1110111 1001011 101 0 100101 1100000 110101 100101 1011100 11000

Color Harmonies of #774B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B05

Black with #774B05

Text Example


Text Example

White with #774B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,75,5); }

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

background-color css

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

 a { background-color: rgb(119,75,5); }

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

border-color css

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

 span { border-color: rgb(119,75,5); }

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