Html Css Color HEX #753447 Camelot

📋 copy color: '#753447'

red 117 ◦ green 52 ◦ blue 71

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

Shades of Camelot #753447

Tints of Camelot #753447

RGB

 RED value IS 117 (46.09% from 255) = 48.75%

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 48.75%
G = 21.67%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#753447 (or 0x753447) is known color: Camelot. HEX triplet: 75, 34 and 47. RGB value is (117,52,71). Sum of RGB (Red+Green+Blue) = 117+52+71=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #753447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753447 is #8ACBB8. Grayscale: #494949. Windows color (decimal): -9096121 or 4666485. OLE color: 4666485.

HSL color Cylindrical-coordinate representation of color #753447: hue angle of 342.46º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753447 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 71 -
CMYK 0 0.56 0.39 0.54
HSL 342.46º 0.38% 0.33% -
HSV(B) 342.46º 0.56% 0.46% -
XYZ 9.7 6.69 6.74 -
YUV 73.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 117 52 71 0 0.56 0.39 0.54 342.46 0.38 0.33
Hex 75 34 47 0 38 27 36 156 26 21
Octal 165 64 107 0 70 47 66 526 46 41
Binary 1110101 110100 1000111 0 111000 100111 110110 101010110 100110 100001

Color Harmonies of #753447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753447

Black with #753447

Text Example


Text Example

White with #753447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753447; }

 p { color: rgb(117,52,71); }

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

background-color css

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

 a { background-color: rgb(117,52,71); }

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

border-color css

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

 span { border-color: rgb(117,52,71); }

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