#7B424C

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

Shades of Camelot #7B424C

Tints of Camelot #7B424C

Color information

#7B424C (or 0x7B424C) is unknown color: approx Camelot. HEX triplet: 7B, 42 and 4C. RGB value is (123,66,76). Sum of RGB (Red+Green+Blue) = 123+66+76=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B424C is #84BDB3. Grayscale: #545454. Windows color (decimal): -8699316 or 4997755. OLE color: 4997755.

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

Color convert

RGB1236676-
CMYK00.460.380.52
HSL349.47º30.16%37.06%-
HSV(B)349.47º46.34%48.24%-
XYZ11.428.637.9-
YUV84.18123.38155.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.42%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=46.42%
G=24.91%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123667600.460.380.52349.4730.1637.06
Hex7B424C02E263415d1e25
Octal17310211405646645353645
Binary111101110000101001100010111010011011010010101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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