Html Css Color HEX #774600 Raw Umber

📋 copy color: '#774600'

red 119 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #774600

Tints of Raw Umber #774600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

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

R = 62.96%
G = 37.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#774600 (or 0x774600) is known color: Raw Umber. HEX triplet: 77, 46 and 00. RGB value is (119,70,0). Sum of RGB (Red+Green+Blue) = 119+70+0=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #774600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774600 is #88B9FF. Grayscale: #4D4D4D. Windows color (decimal): -8960512 or 18039. OLE color: 18039.

HSL color Cylindrical-coordinate representation of color #774600: hue angle of 35.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 #774600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 0 -
CMYK 0 0.41 1 0.53
HSL 35.29º 1% 0.23% -
HSV(B) 35.29º 1% 0.47% -
XYZ 9.8 8.3 1.09 -
YUV 76.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 119 70 0 0 0.41 1 0.53 35.29 1 0.23
Hex 77 46 0 0 29 64 35 23 64 17
Octal 167 106 0 0 51 144 65 43 144 27
Binary 1110111 1000110 0 0 101001 1100100 110101 100011 1100100 10111

Color Harmonies of #774600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774600

Black with #774600

Text Example


Text Example

White with #774600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774600; }

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

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

background-color css

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

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

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

border-color css

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

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

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