Html Css Color HEX #7D3E47 Camelot

📋 copy color: '#7D3E47'

red 125 ◦ green 62 ◦ blue 71

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

Shades of Camelot #7D3E47

Tints of Camelot #7D3E47

RGB

 RED value IS 125 (49.22% from 255) = 48.45%

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 48.45%
G = 24.03%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7D3E47 (or 0x7D3E47) is known color: Camelot. HEX triplet: 7D, 3E and 47. RGB value is (125,62,71). Sum of RGB (Red+Green+Blue) = 125+62+71=258 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.45% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3E47 is #82C1B8. Grayscale: #515151. Windows color (decimal): -8569273 or 4669053. OLE color: 4669053.

HSL color Cylindrical-coordinate representation of color #7D3E47: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3E47 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 62 71 -
CMYK 0 0.50 0.43 0.51
HSL 351.43º 0.34% 0.37% -
HSV(B) 351.43º 0.5% 0.49% -
XYZ 11.32 8.26 6.96 -
YUV 81.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 125 62 71 0 0.50 0.43 0.51 351.43 0.34 0.37
Hex 7D 3E 47 0 32 2B 33 15F 22 25
Octal 175 76 107 0 62 53 63 537 42 45
Binary 1111101 111110 1000111 0 110010 101011 110011 101011111 100010 100101

Color Harmonies of #7D3E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E47

Black with #7D3E47

Text Example


Text Example

White with #7D3E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,71); }

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

background-color css

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

 a { background-color: rgb(125,62,71); }

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

border-color css

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

 span { border-color: rgb(125,62,71); }

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