Html Css Color HEX #7D4053 Camelot

📋 copy color: '#7D4053'

red 125 ◦ green 64 ◦ blue 83

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

Shades of Camelot #7D4053

Tints of Camelot #7D4053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 45.96%
G = 23.53%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D4053 (or 0x7D4053) is known color: Camelot. HEX triplet: 7D, 40 and 53. RGB value is (125,64,83). Sum of RGB (Red+Green+Blue) = 125+64+83=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4053 is #82BFAC. Grayscale: #545454. Windows color (decimal): -8568749 or 5455997. OLE color: 5455997.

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

Color convert

RGB 125 64 83 -
CMYK 0 0.49 0.34 0.51
HSL 341.31º 0.32% 0.37% -
HSV(B) 341.31º 0.49% 0.49% -
XYZ 11.85 8.65 9.23 -
YUV 84.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 125 64 83 0 0.49 0.34 0.51 341.31 0.32 0.37
Hex 7D 40 53 0 31 22 33 155 20 25
Octal 175 100 123 0 61 42 63 525 40 45
Binary 1111101 1000000 1010011 0 110001 100010 110011 101010101 100000 100101

Color Harmonies of #7D4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4053

Black with #7D4053

Text Example


Text Example

White with #7D4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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