Html Css Color HEX #7A4852 Camelot

📋 copy color: '#7A4852'

red 122 ◦ green 72 ◦ blue 82

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

Shades of Camelot #7A4852

Tints of Camelot #7A4852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 44.2%
G = 26.09%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#7A4852 (or 0x7A4852) is known color: Camelot. HEX triplet: 7A, 48 and 52. RGB value is (122,72,82). Sum of RGB (Red+Green+Blue) = 122+72+82=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4852 is #85B7AD. Grayscale: #585858. Windows color (decimal): -8763310 or 5392506. OLE color: 5392506.

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

Color convert

RGB 122 72 82 -
CMYK 0 0.41 0.33 0.52
HSL 348º 0.26% 0.38% -
HSV(B) 348º 0.41% 0.48% -
XYZ 11.87 9.38 9.17 -
YUV 88.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 122 72 82 0 0.41 0.33 0.52 348 0.26 0.38
Hex 7A 48 52 0 29 21 34 15C 1A 26
Octal 172 110 122 0 51 41 64 534 32 46
Binary 1111010 1001000 1010010 0 101001 100001 110100 101011100 11010 100110

Color Harmonies of #7A4852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4852

Black with #7A4852

Text Example


Text Example

White with #7A4852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,72,82); }

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

background-color css

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

 a { background-color: rgb(122,72,82); }

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

border-color css

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

 span { border-color: rgb(122,72,82); }

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