Html Css Color HEX #7E454F Camelot

📋 copy color: '#7E454F'

red 126 ◦ green 69 ◦ blue 79

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

Shades of Camelot #7E454F

Tints of Camelot #7E454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

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

R = 45.99%
G = 25.18%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E454F (or 0x7E454F) is known color: Camelot. HEX triplet: 7E, 45 and 4F. RGB value is (126,69,79). Sum of RGB (Red+Green+Blue) = 126+69+79=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E454F is #81BAB0. Grayscale: #575757. Windows color (decimal): -8501937 or 5195134. OLE color: 5195134.

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

Color convert

RGB 126 69 79 -
CMYK 0 0.45 0.37 0.51
HSL 349.47º 0.29% 0.38% -
HSV(B) 349.47º 0.45% 0.49% -
XYZ 12.14 9.26 8.54 -
YUV 87.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 126 69 79 0 0.45 0.37 0.51 349.47 0.29 0.38
Hex 7E 45 4F 0 2D 25 33 15D 1D 26
Octal 176 105 117 0 55 45 63 535 35 46
Binary 1111110 1000101 1001111 0 101101 100101 110011 101011101 11101 100110

Color Harmonies of #7E454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E454F

Black with #7E454F

Text Example


Text Example

White with #7E454F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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