#763E4B

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

Shades of Camelot #763E4B

Tints of Camelot #763E4B

Color information

#763E4B (or 0x763E4B) is unknown color: approx Camelot. HEX triplet: 76, 3E and 4B. RGB value is (118,62,75). Sum of RGB (Red+Green+Blue) = 118+62+75=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E4B is #89C1B4. Grayscale: #505050. Windows color (decimal): -9028021 or 4931190. OLE color: 4931190.

HSL color Cylindrical-coordinate representation of color #763E4B: hue angle of 346.07º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E4B is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1186275-
CMYK00.470.360.54
HSL346.07º31.11%35.29%-
HSV(B)346.07º47.46%46.27%-
XYZ10.467.87.61-
YUV80.23125.05154.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=46.27%
G=24.31%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118627500.470.360.54346.0731.1135.29
Hex763E4B02F243615a1f23
Octal1667611305744665323743
Binary11101101111101001011010111110010011011010101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E4B; }

 p { color: rgb(118,62,75); }

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

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

 a { background-color: rgb(118,62,75); }

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

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

 span { border-color: rgb(118,62,75); }

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