Html Css Color HEX #774610 Raw Umber

📋 copy color: '#774610'

red 119 ◦ green 70 ◦ blue 16

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

Shades of Raw Umber #774610

Tints of Raw Umber #774610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 58.05%
G = 34.15%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#774610 (or 0x774610) is known color: Raw Umber. HEX triplet: 77, 46 and 10. RGB value is (119,70,16). Sum of RGB (Red+Green+Blue) = 119+70+16=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774610 is #88B9EF. Grayscale: #4E4E4E. Windows color (decimal): -8960496 or 1066615. OLE color: 1066615.

HSL color Cylindrical-coordinate representation of color #774610: hue angle of 31.46º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #774610 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 16 -
CMYK 0 0.41 0.87 0.53
HSL 31.46º 0.76% 0.26% -
HSV(B) 31.46º 0.87% 0.47% -
XYZ 9.89 8.34 1.58 -
YUV 78.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 119 70 16 0 0.41 0.87 0.53 31.46 0.76 0.26
Hex 77 46 10 0 29 57 35 1F 4C 1A
Octal 167 106 20 0 51 127 65 37 114 32
Binary 1110111 1000110 10000 0 101001 1010111 110101 11111 1001100 11010

Color Harmonies of #774610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774610

Black with #774610

Text Example


Text Example

White with #774610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774610; }

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

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

background-color css

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

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

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

border-color css

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

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

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