Html Css Color HEX #7C4455 Camelot

📋 copy color: '#7C4455'

red 124 ◦ green 68 ◦ blue 85

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

Shades of Camelot #7C4455

Tints of Camelot #7C4455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

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

R = 44.77%
G = 24.55%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C4455 (or 0x7C4455) is known color: Camelot. HEX triplet: 7C, 44 and 55. RGB value is (124,68,85). Sum of RGB (Red+Green+Blue) = 124+68+85=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4455 is #83BBAA. Grayscale: #565656. Windows color (decimal): -8633259 or 5588092. OLE color: 5588092.

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

Color convert

RGB 124 68 85 -
CMYK 0 0.45 0.31 0.51
HSL 341.79º 0.29% 0.38% -
HSV(B) 341.79º 0.45% 0.49% -
XYZ 12.02 9.08 9.71 -
YUV 86.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 124 68 85 0 0.45 0.31 0.51 341.79 0.29 0.38
Hex 7C 44 55 0 2D 1F 33 156 1D 26
Octal 174 104 125 0 55 37 63 526 35 46
Binary 1111100 1000100 1010101 0 101101 11111 110011 101010110 11101 100110

Color Harmonies of #7C4455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4455

Black with #7C4455

Text Example


Text Example

White with #7C4455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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