Html Css Color HEX #7C3849 Camelot

📋 copy color: '#7C3849'

red 124 ◦ green 56 ◦ blue 73

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

Shades of Camelot #7C3849

Tints of Camelot #7C3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 49.01%
G = 22.13%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7C3849 (or 0x7C3849) is known color: Camelot. HEX triplet: 7C, 38 and 49. RGB value is (124,56,73). Sum of RGB (Red+Green+Blue) = 124+56+73=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3849 is #83C7B6. Grayscale: #4E4E4E. Windows color (decimal): -8636343 or 4798588. OLE color: 4798588.

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

Color convert

RGB 124 56 73 -
CMYK 0 0.55 0.41 0.51
HSL 345º 0.38% 0.35% -
HSV(B) 345º 0.55% 0.49% -
XYZ 10.93 7.59 7.19 -
YUV 78.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 124 56 73 0 0.55 0.41 0.51 345 0.38 0.35
Hex 7C 38 49 0 37 29 33 159 26 23
Octal 174 70 111 0 67 51 63 531 46 43
Binary 1111100 111000 1001001 0 110111 101001 110011 101011001 100110 100011

Color Harmonies of #7C3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3849

Black with #7C3849

Text Example


Text Example

White with #7C3849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,73); }

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

background-color css

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

 a { background-color: rgb(124,56,73); }

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

border-color css

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

 span { border-color: rgb(124,56,73); }

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