Html Css Color HEX #743C4A Camelot

📋 copy color: '#743C4A'

red 116 ◦ green 60 ◦ blue 74

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

Shades of Camelot #743C4A

Tints of Camelot #743C4A

RGB

 RED value IS 116 (45.7% from 255) = 46.4%

 GREEN value IS 60 (23.83% from 255) = 24%

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

R = 46.4%
G = 24%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#743C4A (or 0x743C4A) is known color: Camelot. HEX triplet: 74, 3C and 4A. RGB value is (116,60,74). Sum of RGB (Red+Green+Blue) = 116+60+74=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #743C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C4A is #8BC3B5. Grayscale: #4E4E4E. Windows color (decimal): -9159606 or 4865140. OLE color: 4865140.

HSL color Cylindrical-coordinate representation of color #743C4A: hue angle of 345º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743C4A is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 60 74 -
CMYK 0 0.48 0.36 0.55
HSL 345º 0.32% 0.35% -
HSV(B) 345º 0.48% 0.45% -
XYZ 10.05 7.44 7.38 -
YUV 78.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 116 60 74 0 0.48 0.36 0.55 345 0.32 0.35
Hex 74 3C 4A 0 30 24 37 159 20 23
Octal 164 74 112 0 60 44 67 531 40 43
Binary 1110100 111100 1001010 0 110000 100100 110111 101011001 100000 100011

Color Harmonies of #743C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C4A

Black with #743C4A

Text Example


Text Example

White with #743C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743C4A; }

 p { color: rgb(116,60,74); }

 H1.HeaderClassName
 {
   color: #743C4A;
 }
 .AnyTagClassName
 {
   color: #743C4A;
 }
</style>

background-color css

<style>
 a { background-color: #743C4A; }

 a { background-color: rgb(116,60,74); }

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

border-color css

<style>
 span { border-color: #743C4A; }

 span { border-color: rgb(116,60,74); }

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