#764953

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

Shades of Camelot #764953

Tints of Camelot #764953

Color information

#764953 (or 0x764953) is unknown color: approx Camelot. HEX triplet: 76, 49 and 53. RGB value is (118,73,83). Sum of RGB (Red+Green+Blue) = 118+73+83=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764953 is #89B6AC. Grayscale: #575757. Windows color (decimal): -9025197 or 5458294. OLE color: 5458294.

HSL color Cylindrical-coordinate representation of color #764953: hue angle of 346.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #764953 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1187383-
CMYK00.380.300.54
HSL346.67º23.56%37.45%-
HSV(B)346.67º38.14%46.27%-
XYZ11.429.249.37-
YUV87.6125.41149.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=43.07%
G=26.64%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118738300.380.300.54346.6723.5637.45
Hex7649530261E3615b1825
Octal16611112304636665333045
Binary11101101001001101001101001101111011011010101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764953; }

 p { color: rgb(118,73,83); }

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

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

 a { background-color: rgb(118,73,83); }

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

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

 span { border-color: rgb(118,73,83); }

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