Html Css Color HEX #7C384C Camelot

📋 copy color: '#7C384C'

red 124 ◦ green 56 ◦ blue 76

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

Shades of Camelot #7C384C

Tints of Camelot #7C384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 48.44%
G = 21.88%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C384C (or 0x7C384C) is known color: Camelot. HEX triplet: 7C, 38 and 4C. RGB value is (124,56,76). Sum of RGB (Red+Green+Blue) = 124+56+76=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C384C is #83C7B3. Grayscale: #4E4E4E. Windows color (decimal): -8636340 or 4995196. OLE color: 4995196.

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

Color convert

RGB 124 56 76 -
CMYK 0 0.55 0.39 0.51
HSL 342.35º 0.38% 0.35% -
HSV(B) 342.35º 0.55% 0.49% -
XYZ 11.03 7.64 7.73 -
YUV 78.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 124 56 76 0 0.55 0.39 0.51 342.35 0.38 0.35
Hex 7C 38 4C 0 37 27 33 156 26 23
Octal 174 70 114 0 67 47 63 526 46 43
Binary 1111100 111000 1001100 0 110111 100111 110011 101010110 100110 100011

Color Harmonies of #7C384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C384C

Black with #7C384C

Text Example


Text Example

White with #7C384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,76); }

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

background-color css

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

 a { background-color: rgb(124,56,76); }

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

border-color css

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

 span { border-color: rgb(124,56,76); }

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