Html Css Color HEX #773C02 Raw Umber

📋 copy color: '#773C02'

red 119 ◦ green 60 ◦ blue 2

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

Shades of Raw Umber #773C02

Tints of Raw Umber #773C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 65.75%
G = 33.15%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#773C02 (or 0x773C02) is known color: Raw Umber. HEX triplet: 77, 3C and 02. RGB value is (119,60,2). Sum of RGB (Red+Green+Blue) = 119+60+2=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #773C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C02 is #88C3FD. Grayscale: #474747. Windows color (decimal): -8963070 or 146551. OLE color: 146551.

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

Color convert

RGB 119 60 2 -
CMYK 0 0.50 0.98 0.53
HSL 29.74º 0.97% 0.24% -
HSV(B) 29.74º 0.98% 0.47% -
XYZ 9.23 7.16 0.95 -
YUV 71.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 119 60 2 0 0.50 0.98 0.53 29.74 0.97 0.24
Hex 77 3C 2 0 32 62 35 1E 61 18
Octal 167 74 2 0 62 142 65 36 141 30
Binary 1110111 111100 10 0 110010 1100010 110101 11110 1100001 11000

Color Harmonies of #773C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C02

Black with #773C02

Text Example


Text Example

White with #773C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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