#764650

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

Shades of Camelot #764650

Tints of Camelot #764650

Color information

#764650 (or 0x764650) is unknown color: approx Camelot. HEX triplet: 76, 46 and 50. RGB value is (118,70,80). Sum of RGB (Red+Green+Blue) = 118+70+80=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764650 is #89B9AF. Grayscale: #555555. Windows color (decimal): -9025968 or 5260918. OLE color: 5260918.

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

Color convert

RGB1187080-
CMYK00.410.320.54
HSL347.5º25.53%36.86%-
HSV(B)347.5º40.68%46.27%-
XYZ11.118.818.7-
YUV85.49124.9151.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=44.03%
G=26.12%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118708000.410.320.54347.525.5336.86
Hex764650029203615c1a25
Octal16610612005140665343245
Binary111011010001101010000010100110000011011010101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764650; }

 p { color: rgb(118,70,80); }

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

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

 a { background-color: rgb(118,70,80); }

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

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

 span { border-color: rgb(118,70,80); }

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