#7B404C

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

Shades of Camelot #7B404C

Tints of Camelot #7B404C

Color information

#7B404C (or 0x7B404C) is unknown color: approx Camelot. HEX triplet: 7B, 40 and 4C. RGB value is (123,64,76). Sum of RGB (Red+Green+Blue) = 123+64+76=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B404C is #84BFB3. Grayscale: #535353. Windows color (decimal): -8699828 or 4997243. OLE color: 4997243.

HSL color Cylindrical-coordinate representation of color #7B404C: hue angle of 347.8º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B404C is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB1236476-
CMYK00.480.380.52
HSL347.8º31.55%36.67%-
HSV(B)347.8º47.97%48.24%-
XYZ11.318.47.86-
YUV83.01124.05156.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.77%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=46.77%
G=24.33%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123647600.480.380.52347.831.5536.67
Hex7B404C030263415c2025
Octal17310011406046645344045
Binary1111011100000010011000110000100110110100101011100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B404C; }

 p { color: rgb(123,64,76); }

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

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

 a { background-color: rgb(123,64,76); }

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

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

 span { border-color: rgb(123,64,76); }

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