Html Css Color HEX #7E4053 Camelot

📋 copy color: '#7E4053'

red 126 ◦ green 64 ◦ blue 83

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

Shades of Camelot #7E4053

Tints of Camelot #7E4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 46.15%
G = 23.44%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7E4053 (or 0x7E4053) is known color: Camelot. HEX triplet: 7E, 40 and 53. RGB value is (126,64,83). Sum of RGB (Red+Green+Blue) = 126+64+83=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4053 is #81BFAC. Grayscale: #545454. Windows color (decimal): -8503213 or 5455998. OLE color: 5455998.

HSL color Cylindrical-coordinate representation of color #7E4053: hue angle of 341.61º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E4053 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 64 83 -
CMYK 0 0.49 0.34 0.51
HSL 341.61º 0.33% 0.37% -
HSV(B) 341.61º 0.49% 0.49% -
XYZ 12 8.73 9.24 -
YUV 84.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 126 64 83 0 0.49 0.34 0.51 341.61 0.33 0.37
Hex 7E 40 53 0 31 22 33 156 21 25
Octal 176 100 123 0 61 42 63 526 41 45
Binary 1111110 1000000 1010011 0 110001 100010 110011 101010110 100001 100101

Color Harmonies of #7E4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4053

Black with #7E4053

Text Example


Text Example

White with #7E4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,64,83); }

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

background-color css

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

 a { background-color: rgb(126,64,83); }

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

border-color css

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

 span { border-color: rgb(126,64,83); }

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