Html Css Color HEX #7E3643 Camelot

📋 copy color: '#7E3643'

red 126 ◦ green 54 ◦ blue 67

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

Shades of Camelot #7E3643

Tints of Camelot #7E3643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 51.01%
G = 21.86%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7E3643 (or 0x7E3643) is known color: Camelot. HEX triplet: 7E, 36 and 43. RGB value is (126,54,67). Sum of RGB (Red+Green+Blue) = 126+54+67=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3643 is #81C9BC. Grayscale: #4D4D4D. Windows color (decimal): -8505789 or 4404862. OLE color: 4404862.

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

Color convert

RGB 126 54 67 -
CMYK 0 0.57 0.47 0.51
HSL 349.17º 0.4% 0.35% -
HSV(B) 349.17º 0.57% 0.49% -
XYZ 10.94 7.48 6.18 -
YUV 77.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 126 54 67 0 0.57 0.47 0.51 349.17 0.4 0.35
Hex 7E 36 43 0 39 2F 33 15D 28 23
Octal 176 66 103 0 71 57 63 535 50 43
Binary 1111110 110110 1000011 0 111001 101111 110011 101011101 101000 100011

Color Harmonies of #7E3643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3643

Black with #7E3643

Text Example


Text Example

White with #7E3643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,67); }

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

background-color css

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

 a { background-color: rgb(126,54,67); }

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

border-color css

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

 span { border-color: rgb(126,54,67); }

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