Html Css Color HEX #773F0C Raw Umber

📋 copy color: '#773F0C'

red 119 ◦ green 63 ◦ blue 12

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

Shades of Raw Umber #773F0C

Tints of Raw Umber #773F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 61.34%
G = 32.47%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#773F0C (or 0x773F0C) is known color: Raw Umber. HEX triplet: 77, 3F and 0C. RGB value is (119,63,12). Sum of RGB (Red+Green+Blue) = 119+63+12=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #773F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F0C is #88C0F3. Grayscale: #4A4A4A. Windows color (decimal): -8962292 or 802679. OLE color: 802679.

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

Color convert

RGB 119 63 12 -
CMYK 0 0.47 0.90 0.53
HSL 28.6º 0.82% 0.26% -
HSV(B) 28.6º 0.9% 0.47% -
XYZ 9.45 7.5 1.3 -
YUV 73.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 119 63 12 0 0.47 0.90 0.53 28.6 0.82 0.26
Hex 77 3F C 0 2F 5A 35 1D 52 1A
Octal 167 77 14 0 57 132 65 35 122 32
Binary 1110111 111111 1100 0 101111 1011010 110101 11101 1010010 11010

Color Harmonies of #773F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F0C

Black with #773F0C

Text Example


Text Example

White with #773F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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