Html Css Color HEX #7A4753 Camelot

📋 copy color: '#7A4753'

red 122 ◦ green 71 ◦ blue 83

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

Shades of Camelot #7A4753

Tints of Camelot #7A4753

RGB

 RED value IS 122 (48.05% from 255) = 44.2%

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

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

R = 44.2%
G = 25.72%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7A4753 (or 0x7A4753) is known color: Camelot. HEX triplet: 7A, 47 and 53. RGB value is (122,71,83). Sum of RGB (Red+Green+Blue) = 122+71+83=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4753 is #85B8AC. Grayscale: #575757. Windows color (decimal): -8763565 or 5457786. OLE color: 5457786.

HSL color Cylindrical-coordinate representation of color #7A4753: hue angle of 345.88º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4753 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 71 83 -
CMYK 0 0.42 0.32 0.52
HSL 345.88º 0.26% 0.38% -
HSV(B) 345.88º 0.42% 0.48% -
XYZ 11.84 9.27 9.35 -
YUV 87.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 122 71 83 0 0.42 0.32 0.52 345.88 0.26 0.38
Hex 7A 47 53 0 2A 20 34 15A 1A 26
Octal 172 107 123 0 52 40 64 532 32 46
Binary 1111010 1000111 1010011 0 101010 100000 110100 101011010 11010 100110

Color Harmonies of #7A4753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4753

Black with #7A4753

Text Example


Text Example

White with #7A4753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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