#773D3D

Color #773D3D Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #773D3D

Tints of Red Robin #773D3D

Color information

#773D3D (or 0x773D3D) is unknown color: approx Red Robin. HEX triplet: 77, 3D and 3D. RGB value is (119,61,61). Sum of RGB (Red+Green+Blue) = 119+61+61=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D3D is #88C2C2. Grayscale: #4E4E4E. Windows color (decimal): -8962755 or 4013431. OLE color: 4013431.

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

Color convert

RGB1196161-
CMYK00.490.490.53
HSL32.22%35.29%-
HSV(B)48.74%46.67%-
XYZ10.127.65.35-
YUV78.34118.22157-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=49.38%
G=25.31%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119616100.490.490.53032.2235.29
Hex773D3D031313502023
Octal1677575061616504043
Binary111011111110111110101100011100011101010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,61,61); }

 H1.HeaderClassName
 {
   color: #773D3D;
 }
 .AnyTagClassName
 {
   color: #773D3D;
 }
</style>
background-color css

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

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

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

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

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

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