Html Css Color HEX #774108 Raw Umber

📋 copy color: '#774108'

red 119 ◦ green 65 ◦ blue 8

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

Shades of Raw Umber #774108

Tints of Raw Umber #774108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 61.98%
G = 33.85%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#774108 (or 0x774108) is known color: Raw Umber. HEX triplet: 77, 41 and 08. RGB value is (119,65,8). Sum of RGB (Red+Green+Blue) = 119+65+8=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #774108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774108 is #88BEF7. Grayscale: #4A4A4A. Windows color (decimal): -8961784 or 541047. OLE color: 541047.

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

Color convert

RGB 119 65 8 -
CMYK 0 0.45 0.93 0.53
HSL 30.81º 0.87% 0.25% -
HSV(B) 30.81º 0.93% 0.47% -
XYZ 9.54 7.72 1.22 -
YUV 74.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 119 65 8 0 0.45 0.93 0.53 30.81 0.87 0.25
Hex 77 41 8 0 2D 5D 35 1F 57 19
Octal 167 101 10 0 55 135 65 37 127 31
Binary 1110111 1000001 1000 0 101101 1011101 110101 11111 1010111 11001

Color Harmonies of #774108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774108

Black with #774108

Text Example


Text Example

White with #774108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774108; }

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

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

background-color css

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

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

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

border-color css

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

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

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