Html Css Color HEX #774103 Raw Umber

📋 copy color: '#774103'

red 119 ◦ green 65 ◦ blue 3

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

Shades of Raw Umber #774103

Tints of Raw Umber #774103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 63.64%
G = 34.76%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#774103 (or 0x774103) is known color: Raw Umber. HEX triplet: 77, 41 and 03. RGB value is (119,65,3). Sum of RGB (Red+Green+Blue) = 119+65+3=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #774103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774103 is #88BEFC. Grayscale: #4A4A4A. Windows color (decimal): -8961789 or 213367. OLE color: 213367.

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

Color convert

RGB 119 65 3 -
CMYK 0 0.45 0.97 0.53
HSL 32.07º 0.95% 0.24% -
HSV(B) 32.07º 0.97% 0.47% -
XYZ 9.51 7.71 1.07 -
YUV 74.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 119 65 3 0 0.45 0.97 0.53 32.07 0.95 0.24
Hex 77 41 3 0 2D 61 35 20 5F 18
Octal 167 101 3 0 55 141 65 40 137 30
Binary 1110111 1000001 11 0 101101 1100001 110101 100000 1011111 11000

Color Harmonies of #774103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774103

Black with #774103

Text Example


Text Example

White with #774103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774103; }

 p { color: rgb(119,65,3); }

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

background-color css

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

 a { background-color: rgb(119,65,3); }

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

border-color css

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

 span { border-color: rgb(119,65,3); }

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