Html Css Color HEX #7E3242 Camelot

📋 copy color: '#7E3242'

red 126 ◦ green 50 ◦ blue 66

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

Shades of Camelot #7E3242

Tints of Camelot #7E3242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 52.07%
G = 20.66%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E3242 (or 0x7E3242) is known color: Camelot. HEX triplet: 7E, 32 and 42. RGB value is (126,50,66). Sum of RGB (Red+Green+Blue) = 126+50+66=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3242 is #81CDBD. Grayscale: #4A4A4A. Windows color (decimal): -8506814 or 4338302. OLE color: 4338302.

HSL color Cylindrical-coordinate representation of color #7E3242: hue angle of 347.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3242 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 50 66 -
CMYK 0 0.60 0.48 0.51
HSL 347.37º 0.43% 0.35% -
HSV(B) 347.37º 0.6% 0.49% -
XYZ 10.73 7.11 5.96 -
YUV 74.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 126 50 66 0 0.60 0.48 0.51 347.37 0.43 0.35
Hex 7E 32 42 0 3C 30 33 15B 2B 23
Octal 176 62 102 0 74 60 63 533 53 43
Binary 1111110 110010 1000010 0 111100 110000 110011 101011011 101011 100011

Color Harmonies of #7E3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3242

Black with #7E3242

Text Example


Text Example

White with #7E3242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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