#7A403E

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

Shades of Red Robin #7A403E

Tints of Red Robin #7A403E

Color information

#7A403E (or 0x7A403E) is unknown color: approx Red Robin. HEX triplet: 7A, 40 and 3E. RGB value is (122,64,62). Sum of RGB (Red+Green+Blue) = 122+64+62=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A403E is #85BFC1. Grayscale: #515151. Windows color (decimal): -8765378 or 4079738. OLE color: 4079738.

HSL color Cylindrical-coordinate representation of color #7A403E: hue angle of 2º degrees, saturation: 0.33, 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 #7A403E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB1226462-
CMYK00.480.490.52
HSL32.61%36.08%-
HSV(B)49.18%47.84%-
XYZ10.738.155.57-
YUV81.11117.22157.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 62 (24.61% from 255) = 25%
R=49.19%
G=25.81%
B=25%

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
Decimal122646200.480.490.52232.6136.08
Hex7A403E030313422124
Octal17210076060616424144
Binary11110101000000111110011000011000111010010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,62); }

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

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

 a { background-color: rgb(122,64,62); }

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

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

 span { border-color: rgb(122,64,62); }

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