#7B414F

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

Shades of Camelot #7B414F

Tints of Camelot #7B414F

Color information

#7B414F (or 0x7B414F) is unknown color: approx Camelot. HEX triplet: 7B, 41 and 4F. RGB value is (123,65,79). Sum of RGB (Red+Green+Blue) = 123+65+79=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B414F is #84BEB0. Grayscale: #535353. Windows color (decimal): -8699569 or 5194107. OLE color: 5194107.

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

Color convert

RGB1236579-
CMYK00.470.360.52
HSL345.52º30.85%36.86%-
HSV(B)345.52º47.15%48.24%-
XYZ11.478.568.44-
YUV83.94125.22155.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.07%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=46.07%
G=24.34%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123657900.470.360.52345.5230.8536.86
Hex7B414F02F243415a1f25
Octal17310111705744645323745
Binary111101110000011001111010111110010011010010101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,65,79); }

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

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

 a { background-color: rgb(123,65,79); }

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

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

 span { border-color: rgb(123,65,79); }

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