Html Css Color HEX #774200 Raw Umber

📋 copy color: '#774200'

red 119 ◦ green 66 ◦ blue 0

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

Shades of Raw Umber #774200

Tints of Raw Umber #774200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.68%

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

R = 64.32%
G = 35.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#774200 (or 0x774200) is known color: Raw Umber. HEX triplet: 77, 42 and 00. RGB value is (119,66,0). Sum of RGB (Red+Green+Blue) = 119+66+0=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #774200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774200 is #88BDFF. Grayscale: #4A4A4A. Windows color (decimal): -8961536 or 17015. OLE color: 17015.

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

Color convert

RGB 119 66 0 -
CMYK 0 0.45 1 0.53
HSL 33.28º 1% 0.23% -
HSV(B) 33.28º 1% 0.47% -
XYZ 9.56 7.82 1.01 -
YUV 74.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 119 66 0 0 0.45 1 0.53 33.28 1 0.23
Hex 77 42 0 0 2D 64 35 21 64 17
Octal 167 102 0 0 55 144 65 41 144 27
Binary 1110111 1000010 0 0 101101 1100100 110101 100001 1100100 10111

Color Harmonies of #774200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774200

Black with #774200

Text Example


Text Example

White with #774200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774200; }

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

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

background-color css

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

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

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

border-color css

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

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

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