#754650

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

Shades of Camelot #754650

Tints of Camelot #754650

Color information

#754650 (or 0x754650) is unknown color: approx Camelot. HEX triplet: 75, 46 and 50. RGB value is (117,70,80). Sum of RGB (Red+Green+Blue) = 117+70+80=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #754650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754650 is #8AB9AF. Grayscale: #555555. Windows color (decimal): -9091504 or 5260917. OLE color: 5260917.

HSL color Cylindrical-coordinate representation of color #754650: hue angle of 347.23º 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 #754650 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1177080-
CMYK00.400.320.54
HSL347.23º25.13%36.67%-
HSV(B)347.23º40.17%45.88%-
XYZ10.978.748.7-
YUV85.19125.07150.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=43.82%
G=26.22%
B=29.96%

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
Decimal117708000.400.320.54347.2325.1336.67
Hex754650028203615b1925
Octal16510612005040665333145
Binary111010110001101010000010100010000011011010101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754650; }

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

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

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

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

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

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

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

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