Html Css Color HEX #773F00 Raw Umber

📋 copy color: '#773F00'

red 119 ◦ green 63 ◦ blue 0

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

Shades of Raw Umber #773F00

Tints of Raw Umber #773F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.38%
G = 34.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773F00 (or 0x773F00) is known color: Raw Umber. HEX triplet: 77, 3F and 00. RGB value is (119,63,0). Sum of RGB (Red+Green+Blue) = 119+63+0=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #773F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F00 is #88C0FF. Grayscale: #484848. Windows color (decimal): -8962304 or 16247. OLE color: 16247.

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

Color convert

RGB 119 63 0 -
CMYK 0 0.47 1 0.53
HSL 31.76º 1% 0.23% -
HSV(B) 31.76º 1% 0.47% -
XYZ 9.39 7.48 0.95 -
YUV 72.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 119 63 0 0 0.47 1 0.53 31.76 1 0.23
Hex 77 3F 0 0 2F 64 35 20 64 17
Octal 167 77 0 0 57 144 65 40 144 27
Binary 1110111 111111 0 0 101111 1100100 110101 100000 1100100 10111

Color Harmonies of #773F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F00

Black with #773F00

Text Example


Text Example

White with #773F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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