Html Css Color HEX #7C3646 Camelot

📋 copy color: '#7C3646'

red 124 ◦ green 54 ◦ blue 70

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

Shades of Camelot #7C3646

Tints of Camelot #7C3646

RGB

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

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

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

R = 50%
G = 21.77%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C3646 (or 0x7C3646) is known color: Camelot. HEX triplet: 7C, 36 and 46. RGB value is (124,54,70). Sum of RGB (Red+Green+Blue) = 124+54+70=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3646 is #83C9B9. Grayscale: #4C4C4C. Windows color (decimal): -8636858 or 4601468. OLE color: 4601468.

HSL color Cylindrical-coordinate representation of color #7C3646: hue angle of 346.29º 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 #7C3646 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 54 70 -
CMYK 0 0.56 0.44 0.51
HSL 346.29º 0.39% 0.35% -
HSV(B) 346.29º 0.56% 0.49% -
XYZ 10.74 7.37 6.65 -
YUV 76.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 124 54 70 0 0.56 0.44 0.51 346.29 0.39 0.35
Hex 7C 36 46 0 38 2C 33 15A 27 23
Octal 174 66 106 0 70 54 63 532 47 43
Binary 1111100 110110 1000110 0 111000 101100 110011 101011010 100111 100011

Color Harmonies of #7C3646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3646

Black with #7C3646

Text Example


Text Example

White with #7C3646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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