Html Css Color HEX #743D4D Camelot

📋 copy color: '#743D4D'

red 116 ◦ green 61 ◦ blue 77

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

Shades of Camelot #743D4D

Tints of Camelot #743D4D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 45.67%
G = 24.02%
B = 30.31%

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

#743D4D (or 0x743D4D) is known color: Camelot. HEX triplet: 74, 3D and 4D. RGB value is (116,61,77). Sum of RGB (Red+Green+Blue) = 116+61+77=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #743D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D4D is #8BC2B2. Grayscale: #4F4F4F. Windows color (decimal): -9159347 or 5062004. OLE color: 5062004.

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

Color convert

RGB 116 61 77 -
CMYK 0 0.47 0.34 0.55
HSL 342.55º 0.31% 0.35% -
HSV(B) 342.55º 0.47% 0.45% -
XYZ 10.21 7.59 7.95 -
YUV 79.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 116 61 77 0 0.47 0.34 0.55 342.55 0.31 0.35
Hex 74 3D 4D 0 2F 22 37 157 1F 23
Octal 164 75 115 0 57 42 67 527 37 43
Binary 1110100 111101 1001101 0 101111 100010 110111 101010111 11111 100011

Color Harmonies of #743D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D4D

Black with #743D4D

Text Example


Text Example

White with #743D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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