Html Css Color HEX #744150 Camelot

📋 copy color: '#744150'

red 116 ◦ green 65 ◦ blue 80

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

Shades of Camelot #744150

Tints of Camelot #744150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 44.44%
G = 24.9%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#744150 (or 0x744150) is known color: Camelot. HEX triplet: 74, 41 and 50. RGB value is (116,65,80). Sum of RGB (Red+Green+Blue) = 116+65+80=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #744150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744150 is #8BBEAF. Grayscale: #515151. Windows color (decimal): -9158320 or 5259636. OLE color: 5259636.

HSL color Cylindrical-coordinate representation of color #744150: hue angle of 342.35º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744150 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 65 80 -
CMYK 0 0.44 0.31 0.55
HSL 342.35º 0.28% 0.35% -
HSV(B) 342.35º 0.44% 0.45% -
XYZ 10.54 8.07 8.59 -
YUV 81.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 116 65 80 0 0.44 0.31 0.55 342.35 0.28 0.35
Hex 74 41 50 0 2C 1F 37 156 1C 23
Octal 164 101 120 0 54 37 67 526 34 43
Binary 1110100 1000001 1010000 0 101100 11111 110111 101010110 11100 100011

Color Harmonies of #744150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744150

Black with #744150

Text Example


Text Example

White with #744150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744150; }

 p { color: rgb(116,65,80); }

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

background-color css

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

 a { background-color: rgb(116,65,80); }

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

border-color css

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

 span { border-color: rgb(116,65,80); }

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