Html Css Color HEX #7D3847 Camelot

📋 copy color: '#7D3847'

red 125 ◦ green 56 ◦ blue 71

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

Shades of Camelot #7D3847

Tints of Camelot #7D3847

RGB

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

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

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

R = 49.6%
G = 22.22%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7D3847 (or 0x7D3847) is known color: Camelot. HEX triplet: 7D, 38 and 47. RGB value is (125,56,71). Sum of RGB (Red+Green+Blue) = 125+56+71=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3847 is #82C7B8. Grayscale: #4E4E4E. Windows color (decimal): -8570809 or 4667517. OLE color: 4667517.

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

Color convert

RGB 125 56 71 -
CMYK 0 0.55 0.43 0.51
HSL 346.96º 0.38% 0.35% -
HSV(B) 346.96º 0.55% 0.49% -
XYZ 11.01 7.64 6.86 -
YUV 78.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 125 56 71 0 0.55 0.43 0.51 346.96 0.38 0.35
Hex 7D 38 47 0 37 2B 33 15B 26 23
Octal 175 70 107 0 67 53 63 533 46 43
Binary 1111101 111000 1000111 0 110111 101011 110011 101011011 100110 100011

Color Harmonies of #7D3847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3847

Black with #7D3847

Text Example


Text Example

White with #7D3847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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