Html Css Color HEX #7D3846 Camelot

📋 copy color: '#7D3846'

red 125 ◦ green 56 ◦ blue 70

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

Shades of Camelot #7D3846

Tints of Camelot #7D3846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 49.8%
G = 22.31%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7D3846 (or 0x7D3846) is known color: Camelot. HEX triplet: 7D, 38 and 46. RGB value is (125,56,70). Sum of RGB (Red+Green+Blue) = 125+56+70=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3846 is #82C7B9. Grayscale: #4E4E4E. Windows color (decimal): -8570810 or 4601981. OLE color: 4601981.

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

Color convert

RGB 125 56 70 -
CMYK 0 0.55 0.44 0.51
HSL 347.83º 0.38% 0.35% -
HSV(B) 347.83º 0.55% 0.49% -
XYZ 10.98 7.63 6.69 -
YUV 78.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 125 56 70 0 0.55 0.44 0.51 347.83 0.38 0.35
Hex 7D 38 46 0 37 2C 33 15C 26 23
Octal 175 70 106 0 67 54 63 534 46 43
Binary 1111101 111000 1000110 0 110111 101100 110011 101011100 100110 100011

Color Harmonies of #7D3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3846

Black with #7D3846

Text Example


Text Example

White with #7D3846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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