Html Css Color HEX #753648 Camelot

📋 copy color: '#753648'

red 117 ◦ green 54 ◦ blue 72

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

Shades of Camelot #753648

Tints of Camelot #753648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 48.15%
G = 22.22%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753648 (or 0x753648) is known color: Camelot. HEX triplet: 75, 36 and 48. RGB value is (117,54,72). Sum of RGB (Red+Green+Blue) = 117+54+72=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #753648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753648 is #8AC9B7. Grayscale: #4A4A4A. Windows color (decimal): -9095608 or 4732533. OLE color: 4732533.

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

Color convert

RGB 117 54 72 -
CMYK 0 0.54 0.38 0.54
HSL 342.86º 0.37% 0.34% -
HSV(B) 342.86º 0.54% 0.46% -
XYZ 9.82 6.89 6.94 -
YUV 74.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 117 54 72 0 0.54 0.38 0.54 342.86 0.37 0.34
Hex 75 36 48 0 36 26 36 157 25 22
Octal 165 66 110 0 66 46 66 527 45 42
Binary 1110101 110110 1001000 0 110110 100110 110110 101010111 100101 100010

Color Harmonies of #753648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753648

Black with #753648

Text Example


Text Example

White with #753648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753648; }

 p { color: rgb(117,54,72); }

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

background-color css

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

 a { background-color: rgb(117,54,72); }

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

border-color css

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

 span { border-color: rgb(117,54,72); }

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