Html Css Color HEX #774402 Raw Umber

📋 copy color: '#774402'

red 119 ◦ green 68 ◦ blue 2

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

Shades of Raw Umber #774402

Tints of Raw Umber #774402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 62.96%
G = 35.98%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#774402 (or 0x774402) is known color: Raw Umber. HEX triplet: 77, 44 and 02. RGB value is (119,68,2). Sum of RGB (Red+Green+Blue) = 119+68+2=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #774402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774402 is #88BBFD. Grayscale: #4C4C4C. Windows color (decimal): -8961022 or 148599. OLE color: 148599.

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

Color convert

RGB 119 68 2 -
CMYK 0 0.43 0.98 0.53
HSL 33.85º 0.97% 0.24% -
HSV(B) 33.85º 0.98% 0.47% -
XYZ 9.69 8.06 1.1 -
YUV 75.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 119 68 2 0 0.43 0.98 0.53 33.85 0.97 0.24
Hex 77 44 2 0 2B 62 35 22 61 18
Octal 167 104 2 0 53 142 65 42 141 30
Binary 1110111 1000100 10 0 101011 1100010 110101 100010 1100001 11000

Color Harmonies of #774402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774402

Black with #774402

Text Example


Text Example

White with #774402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774402; }

 p { color: rgb(119,68,2); }

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

background-color css

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

 a { background-color: rgb(119,68,2); }

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

border-color css

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

 span { border-color: rgb(119,68,2); }

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