#7C3C3A

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

Shades of Red Robin #7C3C3A

Tints of Red Robin #7C3C3A

Color information

#7C3C3A (or 0x7C3C3A) is unknown color: approx Red Robin. HEX triplet: 7C, 3C and 3A. RGB value is (124,60,58). Sum of RGB (Red+Green+Blue) = 124+60+58=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3C3A is #83C3C5. Grayscale: #4E4E4E. Windows color (decimal): -8635334 or 3816572. OLE color: 3816572.

HSL color Cylindrical-coordinate representation of color #7C3C3A: hue angle of 1.82º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C3C3A is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB1246058-
CMYK00.520.530.51
HSL1.82º36.26%35.69%-
HSV(B)1.82º53.23%48.63%-
XYZ10.697.824.95-
YUV78.91116.2160.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=51.24%
G=24.79%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124605800.520.530.511.8236.2635.69
Hex7C3C3A034353322424
Octal1747472064656324444
Binary1111100111100111010011010011010111001110100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C3C3A; }

 p { color: rgb(124,60,58); }

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

<style>
 a { background-color: #7C3C3A; }

 a { background-color: rgb(124,60,58); }

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

<style>
 span { border-color: #7C3C3A; }

 span { border-color: rgb(124,60,58); }

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