#7B403F

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

Shades of Red Robin #7B403F

Tints of Red Robin #7B403F

Color information

#7B403F (or 0x7B403F) is unknown color: approx Red Robin. HEX triplet: 7B, 40 and 3F. RGB value is (123,64,63). Sum of RGB (Red+Green+Blue) = 123+64+63=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B403F is #84BFC0. Grayscale: #515151. Windows color (decimal): -8699841 or 4145275. OLE color: 4145275.

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

Color convert

RGB1236463-
CMYK00.480.490.52
HSL32.26%36.47%-
HSV(B)48.78%48.24%-
XYZ10.98.245.72-
YUV81.53117.55157.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.2%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 63 (25% from 255) = 25.2%
R=49.2%
G=25.6%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123646300.480.490.52132.2636.47
Hex7B403F030313412024
Octal17310077060616414044
Binary1111011100000011111101100001100011101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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