Html Css Color HEX #7E4551 Camelot

📋 copy color: '#7E4551'

red 126 ◦ green 69 ◦ blue 81

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

Shades of Camelot #7E4551

Tints of Camelot #7E4551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 45.65%
G = 25%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7E4551 (or 0x7E4551) is known color: Camelot. HEX triplet: 7E, 45 and 51. RGB value is (126,69,81). Sum of RGB (Red+Green+Blue) = 126+69+81=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4551 is #81BAAE. Grayscale: #575757. Windows color (decimal): -8501935 or 5326206. OLE color: 5326206.

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

Color convert

RGB 126 69 81 -
CMYK 0 0.45 0.36 0.51
HSL 347.37º 0.29% 0.38% -
HSV(B) 347.37º 0.45% 0.49% -
XYZ 12.22 9.29 8.93 -
YUV 87.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 126 69 81 0 0.45 0.36 0.51 347.37 0.29 0.38
Hex 7E 45 51 0 2D 24 33 15B 1D 26
Octal 176 105 121 0 55 44 63 533 35 46
Binary 1111110 1000101 1010001 0 101101 100100 110011 101011011 11101 100110

Color Harmonies of #7E4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4551

Black with #7E4551

Text Example


Text Example

White with #7E4551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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