#7F423C

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

Shades of Red Robin #7F423C

Tints of Red Robin #7F423C

Color information

#7F423C (or 0x7F423C) is unknown color: approx Red Robin. HEX triplet: 7F, 42 and 3C. RGB value is (127,66,60). Sum of RGB (Red+Green+Blue) = 127+66+60=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F423C is #80BDC3. Grayscale: #535353. Windows color (decimal): -8437188 or 3949183. OLE color: 3949183.

HSL color Cylindrical-coordinate representation of color #7F423C: hue angle of 5.37º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F423C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1276660-
CMYK00.480.530.50
HSL5.37º35.83%36.67%-
HSV(B)5.37º52.76%49.8%-
XYZ11.528.735.35-
YUV83.56114.71158.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.20%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=50.20%
G=26.09%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127666000.480.530.505.3735.8336.67
Hex7F423C030353252425
Octal17710274060656254445
Binary111111110000101111000110000110101110010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,66,60); }

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

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

 a { background-color: rgb(127,66,60); }

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

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

 span { border-color: rgb(127,66,60); }

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