#7C434B

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

Shades of Camelot #7C434B

Tints of Camelot #7C434B

Color information

#7C434B (or 0x7C434B) is unknown color: approx Camelot. HEX triplet: 7C, 43 and 4B. RGB value is (124,67,75). Sum of RGB (Red+Green+Blue) = 124+67+75=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C434B is #83BCB4. Grayscale: #545454. Windows color (decimal): -8633525 or 4932476. OLE color: 4932476.

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

Color convert

RGB1246775-
CMYK00.460.400.51
HSL351.58º29.84%37.45%-
HSV(B)351.58º45.97%48.63%-
XYZ11.598.817.75-
YUV84.96122.38155.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=46.62%
G=25.19%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124677500.460.400.51351.5829.8437.45
Hex7C434B02E28331601e25
Octal17410311305650635403645
Binary111110010000111001011010111010100011001110110000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,67,75); }

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

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

 a { background-color: rgb(124,67,75); }

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

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

 span { border-color: rgb(124,67,75); }

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