Html Css Color HEX #773C0E Russet

📋 copy color: '#773C0E'

red 119 ◦ green 60 ◦ blue 14

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

Shades of Russet #773C0E

Tints of Russet #773C0E

RGB

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

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

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

R = 61.66%
G = 31.09%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#773C0E (or 0x773C0E) is known color: Russet. HEX triplet: 77, 3C and 0E. RGB value is (119,60,14). Sum of RGB (Red+Green+Blue) = 119+60+14=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #773C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C0E is #88C3F1. Grayscale: #484848. Windows color (decimal): -8963058 or 932983. OLE color: 932983.

HSL color Cylindrical-coordinate representation of color #773C0E: hue angle of 26.29º 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 #773C0E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 14 -
CMYK 0 0.50 0.88 0.53
HSL 26.29º 0.79% 0.26% -
HSV(B) 26.29º 0.88% 0.47% -
XYZ 9.3 7.19 1.31 -
YUV 72.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 119 60 14 0 0.50 0.88 0.53 26.29 0.79 0.26
Hex 77 3C E 0 32 58 35 1A 4F 1A
Octal 167 74 16 0 62 130 65 32 117 32
Binary 1110111 111100 1110 0 110010 1011000 110101 11010 1001111 11010

Color Harmonies of #773C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C0E

Black with #773C0E

Text Example


Text Example

White with #773C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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