Html Css Color HEX #7E3844 Camelot

📋 copy color: '#7E3844'

red 126 ◦ green 56 ◦ blue 68

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

Shades of Camelot #7E3844

Tints of Camelot #7E3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 50.4%
G = 22.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7E3844 (or 0x7E3844) is known color: Camelot. HEX triplet: 7E, 38 and 44. RGB value is (126,56,68). Sum of RGB (Red+Green+Blue) = 126+56+68=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3844 is #81C7BB. Grayscale: #4E4E4E. Windows color (decimal): -8505276 or 4470910. OLE color: 4470910.

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

Color convert

RGB 126 56 68 -
CMYK 0 0.56 0.46 0.51
HSL 349.71º 0.38% 0.36% -
HSV(B) 349.71º 0.56% 0.49% -
XYZ 11.06 7.68 6.37 -
YUV 78.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 126 56 68 0 0.56 0.46 0.51 349.71 0.38 0.36
Hex 7E 38 44 0 38 2E 33 15E 26 24
Octal 176 70 104 0 70 56 63 536 46 44
Binary 1111110 111000 1000100 0 111000 101110 110011 101011110 100110 100100

Color Harmonies of #7E3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3844

Black with #7E3844

Text Example


Text Example

White with #7E3844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,56,68); }

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

background-color css

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

 a { background-color: rgb(126,56,68); }

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

border-color css

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

 span { border-color: rgb(126,56,68); }

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