Html Css Color HEX #743E4E Camelot

📋 copy color: '#743E4E'

red 116 ◦ green 62 ◦ blue 78

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

Shades of Camelot #743E4E

Tints of Camelot #743E4E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 45.31%
G = 24.22%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#743E4E (or 0x743E4E) is known color: Camelot. HEX triplet: 74, 3E and 4E. RGB value is (116,62,78). Sum of RGB (Red+Green+Blue) = 116+62+78=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #743E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E4E is #8BC1B1. Grayscale: #4F4F4F. Windows color (decimal): -9159090 or 5127796. OLE color: 5127796.

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

Color convert

RGB 116 62 78 -
CMYK 0 0.47 0.33 0.55
HSL 342.22º 0.3% 0.35% -
HSV(B) 342.22º 0.47% 0.45% -
XYZ 10.3 7.71 8.15 -
YUV 79.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 116 62 78 0 0.47 0.33 0.55 342.22 0.3 0.35
Hex 74 3E 4E 0 2F 21 37 156 1E 23
Octal 164 76 116 0 57 41 67 526 36 43
Binary 1110100 111110 1001110 0 101111 100001 110111 101010110 11110 100011

Color Harmonies of #743E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E4E

Black with #743E4E

Text Example


Text Example

White with #743E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,78); }

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

background-color css

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

 a { background-color: rgb(116,62,78); }

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

border-color css

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

 span { border-color: rgb(116,62,78); }

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