Html Css Color HEX #7E424F Camelot

📋 copy color: '#7E424F'

red 126 ◦ green 66 ◦ blue 79

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

Shades of Camelot #7E424F

Tints of Camelot #7E424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 46.49%
G = 24.35%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E424F (or 0x7E424F) is known color: Camelot. HEX triplet: 7E, 42 and 4F. RGB value is (126,66,79). Sum of RGB (Red+Green+Blue) = 126+66+79=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E424F is #81BDB0. Grayscale: #555555. Windows color (decimal): -8502705 or 5194366. OLE color: 5194366.

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

Color convert

RGB 126 66 79 -
CMYK 0 0.48 0.37 0.51
HSL 347º 0.31% 0.38% -
HSV(B) 347º 0.48% 0.49% -
XYZ 11.96 8.9 8.48 -
YUV 85.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 126 66 79 0 0.48 0.37 0.51 347 0.31 0.38
Hex 7E 42 4F 0 30 25 33 15B 1F 26
Octal 176 102 117 0 60 45 63 533 37 46
Binary 1111110 1000010 1001111 0 110000 100101 110011 101011011 11111 100110

Color Harmonies of #7E424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E424F

Black with #7E424F

Text Example


Text Example

White with #7E424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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