Html Css Color HEX #7E3546 Camelot

📋 copy color: '#7E3546'

red 126 ◦ green 53 ◦ blue 70

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

Shades of Camelot #7E3546

Tints of Camelot #7E3546

RGB

 RED value IS 126 (49.61% from 255) = 50.6%

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 50.6%
G = 21.29%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7E3546 (or 0x7E3546) is known color: Camelot. HEX triplet: 7E, 35 and 46. RGB value is (126,53,70). Sum of RGB (Red+Green+Blue) = 126+53+70=249 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.60% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3546 is #81CAB9. Grayscale: #4C4C4C. Windows color (decimal): -8506042 or 4601214. OLE color: 4601214.

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

Color convert

RGB 126 53 70 -
CMYK 0 0.58 0.44 0.51
HSL 346.03º 0.41% 0.35% -
HSV(B) 346.03º 0.58% 0.49% -
XYZ 10.98 7.42 6.65 -
YUV 76.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 126 53 70 0 0.58 0.44 0.51 346.03 0.41 0.35
Hex 7E 35 46 0 3A 2C 33 15A 29 23
Octal 176 65 106 0 72 54 63 532 51 43
Binary 1111110 110101 1000110 0 111010 101100 110011 101011010 101001 100011

Color Harmonies of #7E3546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3546

Black with #7E3546

Text Example


Text Example

White with #7E3546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,53,70); }

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

background-color css

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

 a { background-color: rgb(126,53,70); }

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

border-color css

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

 span { border-color: rgb(126,53,70); }

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