Html Css Color HEX #7C4051 Camelot

📋 copy color: '#7C4051'

red 124 ◦ green 64 ◦ blue 81

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

Shades of Camelot #7C4051

Tints of Camelot #7C4051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 46.1%
G = 23.79%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C4051 (or 0x7C4051) is known color: Camelot. HEX triplet: 7C, 40 and 51. RGB value is (124,64,81). Sum of RGB (Red+Green+Blue) = 124+64+81=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4051 is #83BFAE. Grayscale: #535353. Windows color (decimal): -8634287 or 5324924. OLE color: 5324924.

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

Color convert

RGB 124 64 81 -
CMYK 0 0.48 0.35 0.51
HSL 343º 0.32% 0.37% -
HSV(B) 343º 0.48% 0.49% -
XYZ 11.63 8.55 8.82 -
YUV 83.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 124 64 81 0 0.48 0.35 0.51 343 0.32 0.37
Hex 7C 40 51 0 30 23 33 157 20 25
Octal 174 100 121 0 60 43 63 527 40 45
Binary 1111100 1000000 1010001 0 110000 100011 110011 101010111 100000 100101

Color Harmonies of #7C4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4051

Black with #7C4051

Text Example


Text Example

White with #7C4051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,81); }

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

background-color css

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

 a { background-color: rgb(124,64,81); }

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

border-color css

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

 span { border-color: rgb(124,64,81); }

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