Html Css Color HEX #773C0B Raw Umber

📋 copy color: '#773C0B'

red 119 ◦ green 60 ◦ blue 11

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

Shades of Raw Umber #773C0B

Tints of Raw Umber #773C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

 BLUE value IS 11 (4.69% from 255) = 5.79%

R = 62.63%
G = 31.58%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#773C0B (or 0x773C0B) is known color: Raw Umber. HEX triplet: 77, 3C and 0B. RGB value is (119,60,11). Sum of RGB (Red+Green+Blue) = 119+60+11=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #773C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C0B is #88C3F4. Grayscale: #484848. Windows color (decimal): -8963061 or 736375. OLE color: 736375.

HSL color Cylindrical-coordinate representation of color #773C0B: hue angle of 27.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #773C0B is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 11 -
CMYK 0 0.50 0.91 0.53
HSL 27.22º 0.83% 0.25% -
HSV(B) 27.22º 0.91% 0.47% -
XYZ 9.28 7.18 1.21 -
YUV 72.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 119 60 11 0 0.50 0.91 0.53 27.22 0.83 0.25
Hex 77 3C B 0 32 5B 35 1B 53 19
Octal 167 74 13 0 62 133 65 33 123 31
Binary 1110111 111100 1011 0 110010 1011011 110101 11011 1010011 11001

Color Harmonies of #773C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C0B

Black with #773C0B

Text Example


Text Example

White with #773C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,11); }

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

background-color css

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

 a { background-color: rgb(119,60,11); }

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

border-color css

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

 span { border-color: rgb(119,60,11); }

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