#7F3642

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

Shades of Camelot #7F3642

Tints of Camelot #7F3642

Color information

#7F3642 (or 0x7F3642) is unknown color: approx Camelot. HEX triplet: 7F, 36 and 42. RGB value is (127,54,66). Sum of RGB (Red+Green+Blue) = 127+54+66=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3642 is #80C9BD. Grayscale: #4D4D4D. Windows color (decimal): -8440254 or 4339327. OLE color: 4339327.

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

Color convert

RGB1275466-
CMYK00.570.480.50
HSL350.14º40.33%35.49%-
HSV(B)350.14º57.48%49.8%-
XYZ11.057.546.03-
YUV77.19121.68163.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.42%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=51.42%
G=21.86%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127546600.570.480.50350.1440.3335.49
Hex7F3642039303215e2823
Octal1776610207160625365043
Binary111111111011010000100111001110000110010101011110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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