Html Css Color HEX #7C4855 Camelot

📋 copy color: '#7C4855'

red 124 ◦ green 72 ◦ blue 85

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

Shades of Camelot #7C4855

Tints of Camelot #7C4855

RGB

 RED value IS 124 (48.83% from 255) = 44.13%

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

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 44.13%
G = 25.62%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C4855 (or 0x7C4855) is known color: Camelot. HEX triplet: 7C, 48 and 55. RGB value is (124,72,85). Sum of RGB (Red+Green+Blue) = 124+72+85=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4855 is #83B7AA. Grayscale: #595959. Windows color (decimal): -8632235 or 5589116. OLE color: 5589116.

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

Color convert

RGB 124 72 85 -
CMYK 0 0.42 0.31 0.51
HSL 345º 0.27% 0.38% -
HSV(B) 345º 0.42% 0.49% -
XYZ 12.27 9.58 9.8 -
YUV 89.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 124 72 85 0 0.42 0.31 0.51 345 0.27 0.38
Hex 7C 48 55 0 2A 1F 33 159 1B 26
Octal 174 110 125 0 52 37 63 531 33 46
Binary 1111100 1001000 1010101 0 101010 11111 110011 101011001 11011 100110

Color Harmonies of #7C4855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4855

Black with #7C4855

Text Example


Text Example

White with #7C4855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,72,85); }

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

background-color css

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

 a { background-color: rgb(124,72,85); }

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

border-color css

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

 span { border-color: rgb(124,72,85); }

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