Html Css Color HEX #774701 Raw Umber

📋 copy color: '#774701'

red 119 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #774701

Tints of Raw Umber #774701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 62.3%
G = 37.17%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#774701 (or 0x774701) is known color: Raw Umber. HEX triplet: 77, 47 and 01. RGB value is (119,71,1). Sum of RGB (Red+Green+Blue) = 119+71+1=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #774701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774701 is #88B8FE. Grayscale: #4D4D4D. Windows color (decimal): -8960255 or 83831. OLE color: 83831.

HSL color Cylindrical-coordinate representation of color #774701: hue angle of 35.59º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #774701 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 1 -
CMYK 0 0.40 0.99 0.53
HSL 35.59º 0.98% 0.24% -
HSV(B) 35.59º 0.99% 0.47% -
XYZ 9.87 8.43 1.14 -
YUV 77.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 119 71 1 0 0.40 0.99 0.53 35.59 0.98 0.24
Hex 77 47 1 0 28 63 35 24 62 18
Octal 167 107 1 0 50 143 65 44 142 30
Binary 1110111 1000111 1 0 101000 1100011 110101 100100 1100010 11000

Color Harmonies of #774701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774701

Black with #774701

Text Example


Text Example

White with #774701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774701; }

 p { color: rgb(119,71,1); }

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

background-color css

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

 a { background-color: rgb(119,71,1); }

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

border-color css

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

 span { border-color: rgb(119,71,1); }

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