Html Css Color HEX #7D3643 Camelot

📋 copy color: '#7D3643'

red 125 ◦ green 54 ◦ blue 67

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

Shades of Camelot #7D3643

Tints of Camelot #7D3643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 50.81%
G = 21.95%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D3643 (or 0x7D3643) is known color: Camelot. HEX triplet: 7D, 36 and 43. RGB value is (125,54,67). Sum of RGB (Red+Green+Blue) = 125+54+67=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3643 is #82C9BC. Grayscale: #4C4C4C. Windows color (decimal): -8571325 or 4404861. OLE color: 4404861.

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

Color convert

RGB 125 54 67 -
CMYK 0 0.57 0.46 0.51
HSL 349.01º 0.4% 0.35% -
HSV(B) 349.01º 0.57% 0.49% -
XYZ 10.79 7.4 6.17 -
YUV 76.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 125 54 67 0 0.57 0.46 0.51 349.01 0.4 0.35
Hex 7D 36 43 0 39 2E 33 15D 28 23
Octal 175 66 103 0 71 56 63 535 50 43
Binary 1111101 110110 1000011 0 111001 101110 110011 101011101 101000 100011

Color Harmonies of #7D3643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3643

Black with #7D3643

Text Example


Text Example

White with #7D3643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,67); }

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

background-color css

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

 a { background-color: rgb(125,54,67); }

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

border-color css

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

 span { border-color: rgb(125,54,67); }

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