Html Css Color HEX #7E3542 Camelot

📋 copy color: '#7E3542'

red 126 ◦ green 53 ◦ blue 66

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

Shades of Camelot #7E3542

Tints of Camelot #7E3542

RGB

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

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

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

R = 51.43%
G = 21.63%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E3542 (or 0x7E3542) is known color: Camelot. HEX triplet: 7E, 35 and 42. RGB value is (126,53,66). Sum of RGB (Red+Green+Blue) = 126+53+66=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3542 is #81CABD. Grayscale: #4C4C4C. Windows color (decimal): -8506046 or 4339070. OLE color: 4339070.

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

Color convert

RGB 126 53 66 -
CMYK 0 0.58 0.48 0.51
HSL 349.32º 0.41% 0.35% -
HSV(B) 349.32º 0.58% 0.49% -
XYZ 10.86 7.38 6.01 -
YUV 76.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 126 53 66 0 0.58 0.48 0.51 349.32 0.41 0.35
Hex 7E 35 42 0 3A 30 33 15D 29 23
Octal 176 65 102 0 72 60 63 535 51 43
Binary 1111110 110101 1000010 0 111010 110000 110011 101011101 101001 100011

Color Harmonies of #7E3542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3542

Black with #7E3542

Text Example


Text Example

White with #7E3542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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