#764750

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

Shades of Camelot #764750

Tints of Camelot #764750

Color information

#764750 (or 0x764750) is unknown color: approx Camelot. HEX triplet: 76, 47 and 50. RGB value is (118,71,80). Sum of RGB (Red+Green+Blue) = 118+71+80=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764750 is #89B8AF. Grayscale: #565656. Windows color (decimal): -9025712 or 5261174. OLE color: 5261174.

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

Color convert

RGB1187180-
CMYK00.400.320.54
HSL348.51º24.87%37.06%-
HSV(B)348.51º39.83%46.27%-
XYZ11.178.948.73-
YUV86.08124.57150.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=43.87%
G=26.39%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118718000.400.320.54348.5124.8737.06
Hex764750028203615d1925
Octal16610712005040665353145
Binary111011010001111010000010100010000011011010101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764750; }

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

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

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

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

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

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

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

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