Html Css Color HEX #7C4552 Camelot

📋 copy color: '#7C4552'

red 124 ◦ green 69 ◦ blue 82

#7C4552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #7C4552

Tints of Camelot #7C4552

RGB

 RED value IS 124 (48.83% from 255) = 45.09%

 GREEN value IS 69 (27.34% from 255) = 25.09%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 45.09%
G = 25.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7C4552 (or 0x7C4552) is known color: Camelot. HEX triplet: 7C, 45 and 52. RGB value is (124,69,82). Sum of RGB (Red+Green+Blue) = 124+69+82=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4552 is #83BAAD. Grayscale: #565656. Windows color (decimal): -8633006 or 5391740. OLE color: 5391740.

HSL color Cylindrical-coordinate representation of color #7C4552: hue angle of 345.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4552 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 69 82 -
CMYK 0 0.44 0.34 0.51
HSL 345.82º 0.28% 0.38% -
HSV(B) 345.82º 0.44% 0.49% -
XYZ 11.96 9.15 9.12 -
YUV 86.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 124 69 82 0 0.44 0.34 0.51 345.82 0.28 0.38
Hex 7C 45 52 0 2C 22 33 15A 1C 26
Octal 174 105 122 0 54 42 63 532 34 46
Binary 1111100 1000101 1010010 0 101100 100010 110011 101011010 11100 100110

Color Harmonies of #7C4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4552

Black with #7C4552

Text Example


Text Example

White with #7C4552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,69,82); }

 H1.HeaderClassName
 {
   color: #7C4552;
 }
 .AnyTagClassName
 {
   color: #7C4552;
 }
</style>

background-color css

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

 a { background-color: rgb(124,69,82); }

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

border-color css

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

 span { border-color: rgb(124,69,82); }

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