Html Css Color HEX #7E3641 Camelot

📋 copy color: '#7E3641'

red 126 ◦ green 54 ◦ blue 65

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

Shades of Camelot #7E3641

Tints of Camelot #7E3641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 51.43%
G = 22.04%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E3641 (or 0x7E3641) is known color: Camelot. HEX triplet: 7E, 36 and 41. RGB value is (126,54,65). Sum of RGB (Red+Green+Blue) = 126+54+65=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3641 is #81C9BE. Grayscale: #4C4C4C. Windows color (decimal): -8505791 or 4273790. OLE color: 4273790.

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

Color convert

RGB 126 54 65 -
CMYK 0 0.57 0.48 0.51
HSL 350.83º 0.4% 0.35% -
HSV(B) 350.83º 0.57% 0.49% -
XYZ 10.88 7.46 5.87 -
YUV 76.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 126 54 65 0 0.57 0.48 0.51 350.83 0.4 0.35
Hex 7E 36 41 0 39 30 33 15F 28 23
Octal 176 66 101 0 71 60 63 537 50 43
Binary 1111110 110110 1000001 0 111001 110000 110011 101011111 101000 100011

Color Harmonies of #7E3641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3641

Black with #7E3641

Text Example


Text Example

White with #7E3641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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