Html Css Color HEX #7E404F Camelot

📋 copy color: '#7E404F'

red 126 ◦ green 64 ◦ blue 79

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

Shades of Camelot #7E404F

Tints of Camelot #7E404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 46.84%
G = 23.79%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E404F (or 0x7E404F) is known color: Camelot. HEX triplet: 7E, 40 and 4F. RGB value is (126,64,79). Sum of RGB (Red+Green+Blue) = 126+64+79=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E404F is #81BFB0. Grayscale: #545454. Windows color (decimal): -8503217 or 5193854. OLE color: 5193854.

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

Color convert

RGB 126 64 79 -
CMYK 0 0.49 0.37 0.51
HSL 345.48º 0.33% 0.37% -
HSV(B) 345.48º 0.49% 0.49% -
XYZ 11.85 8.67 8.45 -
YUV 84.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 126 64 79 0 0.49 0.37 0.51 345.48 0.33 0.37
Hex 7E 40 4F 0 31 25 33 159 21 25
Octal 176 100 117 0 61 45 63 531 41 45
Binary 1111110 1000000 1001111 0 110001 100101 110011 101011001 100001 100101

Color Harmonies of #7E404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E404F

Black with #7E404F

Text Example


Text Example

White with #7E404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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