Html Css Color HEX #773F0E Raw Umber

📋 copy color: '#773F0E'

red 119 ◦ green 63 ◦ blue 14

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

Shades of Raw Umber #773F0E

Tints of Raw Umber #773F0E

RGB

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

 GREEN value IS 63 (25% from 255) = 32.14%

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 60.71%
G = 32.14%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#773F0E (or 0x773F0E) is known color: Raw Umber. HEX triplet: 77, 3F and 0E. RGB value is (119,63,14). Sum of RGB (Red+Green+Blue) = 119+63+14=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F0E is #88C0F1. Grayscale: #4A4A4A. Windows color (decimal): -8962290 or 933751. OLE color: 933751.

HSL color Cylindrical-coordinate representation of color #773F0E: hue angle of 28º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #773F0E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 14 -
CMYK 0 0.47 0.88 0.53
HSL 28º 0.79% 0.26% -
HSV(B) 28º 0.88% 0.47% -
XYZ 9.46 7.51 1.37 -
YUV 74.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 119 63 14 0 0.47 0.88 0.53 28 0.79 0.26
Hex 77 3F E 0 2F 58 35 1C 4F 1A
Octal 167 77 16 0 57 130 65 34 117 32
Binary 1110111 111111 1110 0 101111 1011000 110101 11100 1001111 11010

Color Harmonies of #773F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F0E

Black with #773F0E

Text Example


Text Example

White with #773F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773F0E; }

 p { color: rgb(119,63,14); }

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

background-color css

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

 a { background-color: rgb(119,63,14); }

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

border-color css

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

 span { border-color: rgb(119,63,14); }

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