Html Css Color HEX #7E3642 Camelot

📋 copy color: '#7E3642'

red 126 ◦ green 54 ◦ blue 66

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

Shades of Camelot #7E3642

Tints of Camelot #7E3642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 51.22%
G = 21.95%
B = 26.83%

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

#7E3642 (or 0x7E3642) is known color: Camelot. HEX triplet: 7E, 36 and 42. RGB value is (126,54,66). Sum of RGB (Red+Green+Blue) = 126+54+66=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3642 is #81C9BD. Grayscale: #4C4C4C. Windows color (decimal): -8505790 or 4339326. OLE color: 4339326.

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

Color convert

RGB 126 54 66 -
CMYK 0 0.57 0.48 0.51
HSL 350º 0.4% 0.35% -
HSV(B) 350º 0.57% 0.49% -
XYZ 10.91 7.47 6.02 -
YUV 76.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 126 54 66 0 0.57 0.48 0.51 350 0.4 0.35
Hex 7E 36 42 0 39 30 33 15E 28 23
Octal 176 66 102 0 71 60 63 536 50 43
Binary 1111110 110110 1000010 0 111001 110000 110011 101011110 101000 100011

Color Harmonies of #7E3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3642

Black with #7E3642

Text Example


Text Example

White with #7E3642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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