Html Css Color HEX #774602 Raw Umber

📋 copy color: '#774602'

red 119 ◦ green 70 ◦ blue 2

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

Shades of Raw Umber #774602

Tints of Raw Umber #774602

RGB

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

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

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

R = 62.3%
G = 36.65%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#774602 (or 0x774602) is known color: Raw Umber. HEX triplet: 77, 46 and 02. RGB value is (119,70,2). Sum of RGB (Red+Green+Blue) = 119+70+2=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #774602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774602 is #88B9FD. Grayscale: #4D4D4D. Windows color (decimal): -8960510 or 149111. OLE color: 149111.

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

Color convert

RGB 119 70 2 -
CMYK 0 0.41 0.98 0.53
HSL 34.87º 0.97% 0.24% -
HSV(B) 34.87º 0.98% 0.47% -
XYZ 9.81 8.31 1.14 -
YUV 76.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 119 70 2 0 0.41 0.98 0.53 34.87 0.97 0.24
Hex 77 46 2 0 29 62 35 23 61 18
Octal 167 106 2 0 51 142 65 43 141 30
Binary 1110111 1000110 10 0 101001 1100010 110101 100011 1100001 11000

Color Harmonies of #774602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774602

Black with #774602

Text Example


Text Example

White with #774602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774602; }

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

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

background-color css

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

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

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

border-color css

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

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

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