Html Css Color HEX #774102 Raw Umber

📋 copy color: '#774102'

red 119 ◦ green 65 ◦ blue 2

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

Shades of Raw Umber #774102

Tints of Raw Umber #774102

RGB

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

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

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

R = 63.98%
G = 34.95%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#774102 (or 0x774102) is known color: Raw Umber. HEX triplet: 77, 41 and 02. RGB value is (119,65,2). Sum of RGB (Red+Green+Blue) = 119+65+2=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #774102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774102 is #88BEFD. Grayscale: #4A4A4A. Windows color (decimal): -8961790 or 147831. OLE color: 147831.

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

Color convert

RGB 119 65 2 -
CMYK 0 0.45 0.98 0.53
HSL 32.31º 0.97% 0.24% -
HSV(B) 32.31º 0.98% 0.47% -
XYZ 9.51 7.71 1.04 -
YUV 73.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 119 65 2 0 0.45 0.98 0.53 32.31 0.97 0.24
Hex 77 41 2 0 2D 62 35 20 61 18
Octal 167 101 2 0 55 142 65 40 141 30
Binary 1110111 1000001 10 0 101101 1100010 110101 100000 1100001 11000

Color Harmonies of #774102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774102

Black with #774102

Text Example


Text Example

White with #774102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774102; }

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

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

background-color css

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

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

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

border-color css

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

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

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