#7B403C

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

Shades of Red Robin #7B403C

Tints of Red Robin #7B403C

Color information

#7B403C (or 0x7B403C) is unknown color: approx Red Robin. HEX triplet: 7B, 40 and 3C. RGB value is (123,64,60). Sum of RGB (Red+Green+Blue) = 123+64+60=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B403C is #84BFC3. Grayscale: #515151. Windows color (decimal): -8699844 or 3948667. OLE color: 3948667.

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

Color convert

RGB1236460-
CMYK00.480.510.52
HSL3.81º34.43%35.88%-
HSV(B)3.81º51.22%48.24%-
XYZ10.828.25.29-
YUV81.18116.05157.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=49.80%
G=25.91%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123646000.480.510.523.8134.4335.88
Hex7B403C030333442224
Octal17310074060636444244
Binary111101110000001111000110000110011110100100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,64,60); }

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

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

 a { background-color: rgb(123,64,60); }

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

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

 span { border-color: rgb(123,64,60); }

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