Html Css Color HEX #774601 Raw Umber

📋 copy color: '#774601'

red 119 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #774601

Tints of Raw Umber #774601

RGB

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

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

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

R = 62.63%
G = 36.84%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#774601 (or 0x774601) is known color: Raw Umber. HEX triplet: 77, 46 and 01. RGB value is (119,70,1). Sum of RGB (Red+Green+Blue) = 119+70+1=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #774601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774601 is #88B9FE. Grayscale: #4D4D4D. Windows color (decimal): -8960511 or 83575. OLE color: 83575.

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

Color convert

RGB 119 70 1 -
CMYK 0 0.41 0.99 0.53
HSL 35.08º 0.98% 0.24% -
HSV(B) 35.08º 0.99% 0.47% -
XYZ 9.8 8.3 1.11 -
YUV 76.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 119 70 1 0 0.41 0.99 0.53 35.08 0.98 0.24
Hex 77 46 1 0 29 63 35 23 62 18
Octal 167 106 1 0 51 143 65 43 142 30
Binary 1110111 1000110 1 0 101001 1100011 110101 100011 1100010 11000

Color Harmonies of #774601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774601

Black with #774601

Text Example


Text Example

White with #774601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774601; }

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

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

background-color css

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

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

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

border-color css

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

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

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