Html Css Color HEX #743E4D Camelot

📋 copy color: '#743E4D'

red 116 ◦ green 62 ◦ blue 77

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

Shades of Camelot #743E4D

Tints of Camelot #743E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 45.49%
G = 24.31%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#743E4D (or 0x743E4D) is known color: Camelot. HEX triplet: 74, 3E and 4D. RGB value is (116,62,77). Sum of RGB (Red+Green+Blue) = 116+62+77=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #743E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E4D is #8BC1B2. Grayscale: #4F4F4F. Windows color (decimal): -9159091 or 5062260. OLE color: 5062260.

HSL color Cylindrical-coordinate representation of color #743E4D: hue angle of 343.33º 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 #743E4D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 77 -
CMYK 0 0.47 0.34 0.55
HSL 343.33º 0.3% 0.35% -
HSV(B) 343.33º 0.47% 0.45% -
XYZ 10.26 7.69 7.97 -
YUV 79.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 116 62 77 0 0.47 0.34 0.55 343.33 0.3 0.35
Hex 74 3E 4D 0 2F 22 37 157 1E 23
Octal 164 76 115 0 57 42 67 527 36 43
Binary 1110100 111110 1001101 0 101111 100010 110111 101010111 11110 100011

Color Harmonies of #743E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E4D

Black with #743E4D

Text Example


Text Example

White with #743E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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