Html Css Color HEX #744651 Camelot

📋 copy color: '#744651'

red 116 ◦ green 70 ◦ blue 81

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

Shades of Camelot #744651

Tints of Camelot #744651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 43.45%
G = 26.22%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#744651 (or 0x744651) is known color: Camelot. HEX triplet: 74, 46 and 51. RGB value is (116,70,81). Sum of RGB (Red+Green+Blue) = 116+70+81=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #744651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744651 is #8BB9AE. Grayscale: #555555. Windows color (decimal): -9157039 or 5326452. OLE color: 5326452.

HSL color Cylindrical-coordinate representation of color #744651: hue angle of 345.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744651 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 81 -
CMYK 0 0.40 0.30 0.55
HSL 345.65º 0.25% 0.36% -
HSV(B) 345.65º 0.4% 0.45% -
XYZ 10.88 8.69 8.89 -
YUV 85.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 116 70 81 0 0.40 0.30 0.55 345.65 0.25 0.36
Hex 74 46 51 0 28 1E 37 15A 19 24
Octal 164 106 121 0 50 36 67 532 31 44
Binary 1110100 1000110 1010001 0 101000 11110 110111 101011010 11001 100100

Color Harmonies of #744651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744651

Black with #744651

Text Example


Text Example

White with #744651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744651; }

 p { color: rgb(116,70,81); }

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

background-color css

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

 a { background-color: rgb(116,70,81); }

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

border-color css

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

 span { border-color: rgb(116,70,81); }

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