Html Css Color HEX #753748 Camelot

📋 copy color: '#753748'

red 117 ◦ green 55 ◦ blue 72

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

Shades of Camelot #753748

Tints of Camelot #753748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 47.95%
G = 22.54%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#753748 (or 0x753748) is known color: Camelot. HEX triplet: 75, 37 and 48. RGB value is (117,55,72). Sum of RGB (Red+Green+Blue) = 117+55+72=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #753748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753748 is #8AC8B7. Grayscale: #4B4B4B. Windows color (decimal): -9095352 or 4732789. OLE color: 4732789.

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

Color convert

RGB 117 55 72 -
CMYK 0 0.53 0.38 0.54
HSL 343.55º 0.36% 0.34% -
HSV(B) 343.55º 0.53% 0.46% -
XYZ 9.87 6.98 6.96 -
YUV 75.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 117 55 72 0 0.53 0.38 0.54 343.55 0.36 0.34
Hex 75 37 48 0 35 26 36 158 24 22
Octal 165 67 110 0 65 46 66 530 44 42
Binary 1110101 110111 1001000 0 110101 100110 110110 101011000 100100 100010

Color Harmonies of #753748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753748

Black with #753748

Text Example


Text Example

White with #753748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753748; }

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

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

background-color css

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

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

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

border-color css

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

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

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