Html Css Color HEX #7E364C Camelot

📋 copy color: '#7E364C'

red 126 ◦ green 54 ◦ blue 76

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

Shades of Camelot #7E364C

Tints of Camelot #7E364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 49.22%
G = 21.09%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7E364C (or 0x7E364C) is known color: Camelot. HEX triplet: 7E, 36 and 4C. RGB value is (126,54,76). Sum of RGB (Red+Green+Blue) = 126+54+76=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E364C is #81C9B3. Grayscale: #4E4E4E. Windows color (decimal): -8505780 or 4994686. OLE color: 4994686.

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

Color convert

RGB 126 54 76 -
CMYK 0 0.57 0.40 0.51
HSL 341.67º 0.4% 0.35% -
HSV(B) 341.67º 0.57% 0.49% -
XYZ 11.23 7.6 7.71 -
YUV 78.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 126 54 76 0 0.57 0.40 0.51 341.67 0.4 0.35
Hex 7E 36 4C 0 39 28 33 156 28 23
Octal 176 66 114 0 71 50 63 526 50 43
Binary 1111110 110110 1001100 0 111001 101000 110011 101010110 101000 100011

Color Harmonies of #7E364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E364C

Black with #7E364C

Text Example


Text Example

White with #7E364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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