Html Css Color HEX #774A0A Raw Umber

📋 copy color: '#774A0A'

red 119 ◦ green 74 ◦ blue 10

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

Shades of Raw Umber #774A0A

Tints of Raw Umber #774A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 58.62%
G = 36.45%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#774A0A (or 0x774A0A) is known color: Raw Umber. HEX triplet: 77, 4A and 0A. RGB value is (119,74,10). Sum of RGB (Red+Green+Blue) = 119+74+10=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #774A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A0A is #88B5F5. Grayscale: #505050. Windows color (decimal): -8959478 or 674423. OLE color: 674423.

HSL color Cylindrical-coordinate representation of color #774A0A: hue angle of 35.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #774A0A is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 10 -
CMYK 0 0.38 0.92 0.53
HSL 35.23º 0.84% 0.25% -
HSV(B) 35.23º 0.92% 0.47% -
XYZ 10.11 8.84 1.46 -
YUV 80.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 119 74 10 0 0.38 0.92 0.53 35.23 0.84 0.25
Hex 77 4A A 0 26 5C 35 23 54 19
Octal 167 112 12 0 46 134 65 43 124 31
Binary 1110111 1001010 1010 0 100110 1011100 110101 100011 1010100 11001

Color Harmonies of #774A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A0A

Black with #774A0A

Text Example


Text Example

White with #774A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A0A; }

 p { color: rgb(119,74,10); }

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

background-color css

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

 a { background-color: rgb(119,74,10); }

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

border-color css

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

 span { border-color: rgb(119,74,10); }

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