Html Css Color HEX #753A47 Camelot

📋 copy color: '#753A47'

red 117 ◦ green 58 ◦ blue 71

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

Shades of Camelot #753A47

Tints of Camelot #753A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.58%

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

R = 47.56%
G = 23.58%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#753A47 (or 0x753A47) is known color: Camelot. HEX triplet: 75, 3A and 47. RGB value is (117,58,71). Sum of RGB (Red+Green+Blue) = 117+58+71=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #753A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A47 is #8AC5B8. Grayscale: #4D4D4D. Windows color (decimal): -9094585 or 4668021. OLE color: 4668021.

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

Color convert

RGB 117 58 71 -
CMYK 0 0.50 0.39 0.54
HSL 346.78º 0.34% 0.34% -
HSV(B) 346.78º 0.5% 0.46% -
XYZ 9.99 7.26 6.84 -
YUV 77.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 117 58 71 0 0.50 0.39 0.54 346.78 0.34 0.34
Hex 75 3A 47 0 32 27 36 15B 22 22
Octal 165 72 107 0 62 47 66 533 42 42
Binary 1110101 111010 1000111 0 110010 100111 110110 101011011 100010 100010

Color Harmonies of #753A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A47

Black with #753A47

Text Example


Text Example

White with #753A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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