Html Css Color HEX #774400 Raw Umber

📋 copy color: '#774400'

red 119 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #774400

Tints of Raw Umber #774400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#774400 (or 0x774400) is known color: Raw Umber. HEX triplet: 77, 44 and 00. RGB value is (119,68,0). Sum of RGB (Red+Green+Blue) = 119+68+0=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #774400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774400 is #88BBFF. Grayscale: #4B4B4B. Windows color (decimal): -8961024 or 17527. OLE color: 17527.

HSL color Cylindrical-coordinate representation of color #774400: hue angle of 34.29º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #774400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 0 -
CMYK 0 0.43 1 0.53
HSL 34.29º 1% 0.23% -
HSV(B) 34.29º 1% 0.47% -
XYZ 9.67 8.06 1.05 -
YUV 75.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 119 68 0 0 0.43 1 0.53 34.29 1 0.23
Hex 77 44 0 0 2B 64 35 22 64 17
Octal 167 104 0 0 53 144 65 42 144 27
Binary 1110111 1000100 0 0 101011 1100100 110101 100010 1100100 10111

Color Harmonies of #774400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774400

Black with #774400

Text Example


Text Example

White with #774400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774400; }

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

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

background-color css

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

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

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

border-color css

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

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

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