Html Css Color HEX #7A3247 Camelot

📋 copy color: '#7A3247'

red 122 ◦ green 50 ◦ blue 71

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

Shades of Camelot #7A3247

Tints of Camelot #7A3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 71 (28.13% from 255) = 29.22%

R = 50.21%
G = 20.58%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#7A3247 (or 0x7A3247) is known color: Camelot. HEX triplet: 7A, 32 and 47. RGB value is (122,50,71). Sum of RGB (Red+Green+Blue) = 122+50+71=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3247 is #85CDB8. Grayscale: #494949. Windows color (decimal): -8768953 or 4665978. OLE color: 4665978.

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

Color convert

RGB 122 50 71 -
CMYK 0 0.59 0.42 0.52
HSL 342.5º 0.42% 0.34% -
HSV(B) 342.5º 0.59% 0.48% -
XYZ 10.3 6.87 6.74 -
YUV 73.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 122 50 71 0 0.59 0.42 0.52 342.5 0.42 0.34
Hex 7A 32 47 0 3B 2A 34 156 2A 22
Octal 172 62 107 0 73 52 64 526 52 42
Binary 1111010 110010 1000111 0 111011 101010 110100 101010110 101010 100010

Color Harmonies of #7A3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3247

Black with #7A3247

Text Example


Text Example

White with #7A3247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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