Html Css Color HEX #7D4753 Camelot

📋 copy color: '#7D4753'

red 125 ◦ green 71 ◦ blue 83

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

Shades of Camelot #7D4753

Tints of Camelot #7D4753

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 44.8%
G = 25.45%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D4753 (or 0x7D4753) is known color: Camelot. HEX triplet: 7D, 47 and 53. RGB value is (125,71,83). Sum of RGB (Red+Green+Blue) = 125+71+83=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4753 is #82B8AC. Grayscale: #585858. Windows color (decimal): -8566957 or 5457789. OLE color: 5457789.

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

Color convert

RGB 125 71 83 -
CMYK 0 0.43 0.34 0.51
HSL 346.67º 0.28% 0.38% -
HSV(B) 346.67º 0.43% 0.49% -
XYZ 12.27 9.49 9.37 -
YUV 88.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 125 71 83 0 0.43 0.34 0.51 346.67 0.28 0.38
Hex 7D 47 53 0 2B 22 33 15B 1C 26
Octal 175 107 123 0 53 42 63 533 34 46
Binary 1111101 1000111 1010011 0 101011 100010 110011 101011011 11100 100110

Color Harmonies of #7D4753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4753

Black with #7D4753

Text Example


Text Example

White with #7D4753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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