Html Css Color HEX #743F4F Camelot

📋 copy color: '#743F4F'

red 116 ◦ green 63 ◦ blue 79

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

Shades of Camelot #743F4F

Tints of Camelot #743F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 44.96%
G = 24.42%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#743F4F (or 0x743F4F) is known color: Camelot. HEX triplet: 74, 3F and 4F. RGB value is (116,63,79). Sum of RGB (Red+Green+Blue) = 116+63+79=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #743F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F4F is #8BC0B0. Grayscale: #505050. Windows color (decimal): -9158833 or 5193588. OLE color: 5193588.

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

Color convert

RGB 116 63 79 -
CMYK 0 0.46 0.32 0.55
HSL 341.89º 0.3% 0.35% -
HSV(B) 341.89º 0.46% 0.45% -
XYZ 10.39 7.83 8.36 -
YUV 80.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 116 63 79 0 0.46 0.32 0.55 341.89 0.3 0.35
Hex 74 3F 4F 0 2E 20 37 156 1E 23
Octal 164 77 117 0 56 40 67 526 36 43
Binary 1110100 111111 1001111 0 101110 100000 110111 101010110 11110 100011

Color Harmonies of #743F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F4F

Black with #743F4F

Text Example


Text Example

White with #743F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,63,79); }

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

background-color css

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

 a { background-color: rgb(116,63,79); }

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

border-color css

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

 span { border-color: rgb(116,63,79); }

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