Html Css Color HEX #753B47 Camelot

📋 copy color: '#753B47'

red 117 ◦ green 59 ◦ blue 71

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

Shades of Camelot #753B47

Tints of Camelot #753B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

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

R = 47.37%
G = 23.89%
B = 28.74%

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

#753B47 (or 0x753B47) is known color: Camelot. HEX triplet: 75, 3B and 47. RGB value is (117,59,71). Sum of RGB (Red+Green+Blue) = 117+59+71=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #753B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B47 is #8AC4B8. Grayscale: #4D4D4D. Windows color (decimal): -9094329 or 4668277. OLE color: 4668277.

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

Color convert

RGB 117 59 71 -
CMYK 0 0.50 0.39 0.54
HSL 347.59º 0.33% 0.35% -
HSV(B) 347.59º 0.5% 0.46% -
XYZ 10.04 7.36 6.85 -
YUV 77.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 117 59 71 0 0.50 0.39 0.54 347.59 0.33 0.35
Hex 75 3B 47 0 32 27 36 15C 21 23
Octal 165 73 107 0 62 47 66 534 41 43
Binary 1110101 111011 1000111 0 110010 100111 110110 101011100 100001 100011

Color Harmonies of #753B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B47

Black with #753B47

Text Example


Text Example

White with #753B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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