#7D424F

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

Shades of Camelot #7D424F

Tints of Camelot #7D424F

Color information

#7D424F (or 0x7D424F) is unknown color: approx Camelot. HEX triplet: 7D, 42 and 4F. RGB value is (125,66,79). Sum of RGB (Red+Green+Blue) = 125+66+79=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D424F is #82BDB0. Grayscale: #555555. Windows color (decimal): -8568241 or 5194365. OLE color: 5194365.

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

Color convert

RGB1256679-
CMYK00.470.370.51
HSL346.78º30.89%37.45%-
HSV(B)346.78º47.2%49.02%-
XYZ11.828.828.48-
YUV85.12124.55156.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.30%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=46.30%
G=24.44%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125667900.470.370.51346.7830.8937.45
Hex7D424F02F253315b1f25
Octal17510211705745635333745
Binary111110110000101001111010111110010111001110101101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,66,79); }

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

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

 a { background-color: rgb(125,66,79); }

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

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

 span { border-color: rgb(125,66,79); }

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