Html Css Color HEX #7C3443 Camelot

📋 copy color: '#7C3443'

red 124 ◦ green 52 ◦ blue 67

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

Shades of Camelot #7C3443

Tints of Camelot #7C3443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 67 (26.56% from 255) = 27.57%

R = 51.03%
G = 21.4%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7C3443 (or 0x7C3443) is known color: Camelot. HEX triplet: 7C, 34 and 43. RGB value is (124,52,67). Sum of RGB (Red+Green+Blue) = 124+52+67=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3443 is #83CBBC. Grayscale: #4B4B4B. Windows color (decimal): -8637373 or 4404348. OLE color: 4404348.

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

Color convert

RGB 124 52 67 -
CMYK 0 0.58 0.46 0.51
HSL 347.5º 0.41% 0.35% -
HSV(B) 347.5º 0.58% 0.49% -
XYZ 10.55 7.15 6.13 -
YUV 75.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 124 52 67 0 0.58 0.46 0.51 347.5 0.41 0.35
Hex 7C 34 43 0 3A 2E 33 15C 29 23
Octal 174 64 103 0 72 56 63 534 51 43
Binary 1111100 110100 1000011 0 111010 101110 110011 101011100 101001 100011

Color Harmonies of #7C3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3443

Black with #7C3443

Text Example


Text Example

White with #7C3443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,52,67); }

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

background-color css

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

 a { background-color: rgb(124,52,67); }

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

border-color css

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

 span { border-color: rgb(124,52,67); }

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