Html Css Color HEX #7E414A Camelot

📋 copy color: '#7E414A'

red 126 ◦ green 65 ◦ blue 74

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

Shades of Camelot #7E414A

Tints of Camelot #7E414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 47.55%
G = 24.53%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7E414A (or 0x7E414A) is known color: Camelot. HEX triplet: 7E, 41 and 4A. RGB value is (126,65,74). Sum of RGB (Red+Green+Blue) = 126+65+74=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E414A is #81BEB5. Grayscale: #545454. Windows color (decimal): -8502966 or 4866430. OLE color: 4866430.

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

Color convert

RGB 126 65 74 -
CMYK 0 0.48 0.41 0.51
HSL 351.15º 0.32% 0.37% -
HSV(B) 351.15º 0.48% 0.49% -
XYZ 11.73 8.71 7.54 -
YUV 84.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 126 65 74 0 0.48 0.41 0.51 351.15 0.32 0.37
Hex 7E 41 4A 0 30 29 33 15F 20 25
Octal 176 101 112 0 60 51 63 537 40 45
Binary 1111110 1000001 1001010 0 110000 101001 110011 101011111 100000 100101

Color Harmonies of #7E414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E414A

Black with #7E414A

Text Example


Text Example

White with #7E414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,65,74); }

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

background-color css

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

 a { background-color: rgb(126,65,74); }

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

border-color css

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

 span { border-color: rgb(126,65,74); }

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