Html Css Color HEX #7C3D46 Camelot

📋 copy color: '#7C3D46'

red 124 ◦ green 61 ◦ blue 70

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

Shades of Camelot #7C3D46

Tints of Camelot #7C3D46

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 70 (27.73% from 255) = 27.45%

R = 48.63%
G = 23.92%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C3D46 (or 0x7C3D46) is known color: Camelot. HEX triplet: 7C, 3D and 46. RGB value is (124,61,70). Sum of RGB (Red+Green+Blue) = 124+61+70=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3D46 is #83C2B9. Grayscale: #505050. Windows color (decimal): -8635066 or 4603260. OLE color: 4603260.

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

Color convert

RGB 124 61 70 -
CMYK 0 0.51 0.44 0.51
HSL 351.43º 0.34% 0.36% -
HSV(B) 351.43º 0.51% 0.49% -
XYZ 11.09 8.06 6.77 -
YUV 80.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 124 61 70 0 0.51 0.44 0.51 351.43 0.34 0.36
Hex 7C 3D 46 0 33 2C 33 15F 22 24
Octal 174 75 106 0 63 54 63 537 42 44
Binary 1111100 111101 1000110 0 110011 101100 110011 101011111 100010 100100

Color Harmonies of #7C3D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3D46

Black with #7C3D46

Text Example


Text Example

White with #7C3D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,61,70); }

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

background-color css

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

 a { background-color: rgb(124,61,70); }

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

border-color css

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

 span { border-color: rgb(124,61,70); }

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