Html Css Color HEX #7C3647 Camelot

📋 copy color: '#7C3647'

red 124 ◦ green 54 ◦ blue 71

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

Shades of Camelot #7C3647

Tints of Camelot #7C3647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 49.8%
G = 21.69%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7C3647 (or 0x7C3647) is known color: Camelot. HEX triplet: 7C, 36 and 47. RGB value is (124,54,71). Sum of RGB (Red+Green+Blue) = 124+54+71=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3647 is #83C9B8. Grayscale: #4C4C4C. Windows color (decimal): -8636857 or 4667004. OLE color: 4667004.

HSL color Cylindrical-coordinate representation of color #7C3647: hue angle of 345.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3647 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 54 71 -
CMYK 0 0.56 0.43 0.51
HSL 345.43º 0.39% 0.35% -
HSV(B) 345.43º 0.56% 0.49% -
XYZ 10.77 7.38 6.82 -
YUV 76.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 124 54 71 0 0.56 0.43 0.51 345.43 0.39 0.35
Hex 7C 36 47 0 38 2B 33 159 27 23
Octal 174 66 107 0 70 53 63 531 47 43
Binary 1111100 110110 1000111 0 111000 101011 110011 101011001 100111 100011

Color Harmonies of #7C3647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3647

Black with #7C3647

Text Example


Text Example

White with #7C3647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,54,71); }

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

background-color css

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

 a { background-color: rgb(124,54,71); }

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

border-color css

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

 span { border-color: rgb(124,54,71); }

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