Html Css Color HEX #7C424A Camelot

📋 copy color: '#7C424A'

red 124 ◦ green 66 ◦ blue 74

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

Shades of Camelot #7C424A

Tints of Camelot #7C424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 46.97%
G = 25%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C424A (or 0x7C424A) is known color: Camelot. HEX triplet: 7C, 42 and 4A. RGB value is (124,66,74). Sum of RGB (Red+Green+Blue) = 124+66+74=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C424A is #83BDB5. Grayscale: #545454. Windows color (decimal): -8633782 or 4866684. OLE color: 4866684.

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

Color convert

RGB 124 66 74 -
CMYK 0 0.47 0.40 0.51
HSL 351.72º 0.31% 0.37% -
HSV(B) 351.72º 0.47% 0.49% -
XYZ 11.5 8.68 7.55 -
YUV 84.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 124 66 74 0 0.47 0.40 0.51 351.72 0.31 0.37
Hex 7C 42 4A 0 2F 28 33 160 1F 25
Octal 174 102 112 0 57 50 63 540 37 45
Binary 1111100 1000010 1001010 0 101111 101000 110011 101100000 11111 100101

Color Harmonies of #7C424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C424A

Black with #7C424A

Text Example


Text Example

White with #7C424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,66,74); }

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

background-color css

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

 a { background-color: rgb(124,66,74); }

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

border-color css

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

 span { border-color: rgb(124,66,74); }

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