#7F354A

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

Shades of Camelot #7F354A

Tints of Camelot #7F354A

Color information

#7F354A (or 0x7F354A) is unknown color: approx Camelot. HEX triplet: 7F, 35 and 4A. RGB value is (127,53,74). Sum of RGB (Red+Green+Blue) = 127+53+74=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F354A is #80CAB5. Grayscale: #4D4D4D. Windows color (decimal): -8440502 or 4863359. OLE color: 4863359.

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

Color convert

RGB1275374-
CMYK00.580.420.50
HSL342.97º41.11%35.29%-
HSV(B)342.97º58.27%49.8%-
XYZ11.267.557.34-
YUV77.52126.02163.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=50%
G=20.87%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127537400.580.420.50342.9741.1135.29
Hex7F354A03A2A321572923
Octal1776511207252625275143
Binary111111111010110010100111010101010110010101010111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,53,74); }

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

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

 a { background-color: rgb(127,53,74); }

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

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

 span { border-color: rgb(127,53,74); }

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