Html Css Color HEX #774405 Raw Umber

📋 copy color: '#774405'

red 119 ◦ green 68 ◦ blue 5

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

Shades of Raw Umber #774405

Tints of Raw Umber #774405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

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

R = 61.98%
G = 35.42%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#774405 (or 0x774405) is known color: Raw Umber. HEX triplet: 77, 44 and 05. RGB value is (119,68,5). Sum of RGB (Red+Green+Blue) = 119+68+5=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774405 is #88BBFA. Grayscale: #4C4C4C. Windows color (decimal): -8961019 or 345207. OLE color: 345207.

HSL color Cylindrical-coordinate representation of color #774405: hue angle of 33.16º 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 #774405 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 5 -
CMYK 0 0.43 0.96 0.53
HSL 33.16º 0.92% 0.24% -
HSV(B) 33.16º 0.96% 0.47% -
XYZ 9.7 8.07 1.19 -
YUV 76.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 119 68 5 0 0.43 0.96 0.53 33.16 0.92 0.24
Hex 77 44 5 0 2B 60 35 21 5C 18
Octal 167 104 5 0 53 140 65 41 134 30
Binary 1110111 1000100 101 0 101011 1100000 110101 100001 1011100 11000

Color Harmonies of #774405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774405

Black with #774405

Text Example


Text Example

White with #774405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774405; }

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

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

background-color css

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

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

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

border-color css

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

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

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