Html Css Color HEX #744952 Camelot

📋 copy color: '#744952'

red 116 ◦ green 73 ◦ blue 82

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

Shades of Camelot #744952

Tints of Camelot #744952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

 BLUE value IS 82 (32.42% from 255) = 30.26%

R = 42.8%
G = 26.94%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#744952 (or 0x744952) is known color: Camelot. HEX triplet: 74, 49 and 52. RGB value is (116,73,82). Sum of RGB (Red+Green+Blue) = 116+73+82=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744952 is #8BB6AD. Grayscale: #565656. Windows color (decimal): -9156270 or 5392756. OLE color: 5392756.

HSL color Cylindrical-coordinate representation of color #744952: hue angle of 347.44º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #744952 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 82 -
CMYK 0 0.37 0.29 0.55
HSL 347.44º 0.23% 0.37% -
HSV(B) 347.44º 0.37% 0.45% -
XYZ 11.11 9.09 9.15 -
YUV 86.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 116 73 82 0 0.37 0.29 0.55 347.44 0.23 0.37
Hex 74 49 52 0 25 1D 37 15B 17 25
Octal 164 111 122 0 45 35 67 533 27 45
Binary 1110100 1001001 1010010 0 100101 11101 110111 101011011 10111 100101

Color Harmonies of #744952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744952

Black with #744952

Text Example


Text Example

White with #744952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744952; }

 p { color: rgb(116,73,82); }

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

background-color css

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

 a { background-color: rgb(116,73,82); }

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

border-color css

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

 span { border-color: rgb(116,73,82); }

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