#7A4038

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

Shades of Red Robin #7A4038

Tints of Red Robin #7A4038

Color information

#7A4038 (or 0x7A4038) is unknown color: approx Red Robin. HEX triplet: 7A, 40 and 38. RGB value is (122,64,56). Sum of RGB (Red+Green+Blue) = 122+64+56=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4038 is #85BFC7. Grayscale: #505050. Windows color (decimal): -8765384 or 3686522. OLE color: 3686522.

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

Color convert

RGB1226456-
CMYK00.480.540.52
HSL7.27º37.08%34.9%-
HSV(B)7.27º54.1%47.84%-
XYZ10.578.094.75-
YUV80.43114.22157.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.41%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=50.41%
G=26.45%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122645600.480.540.527.2737.0834.9
Hex7A4038030363472523
Octal17210070060666474543
Binary111101010000001110000110000110110110100111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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