Html Css Color HEX #753B46 Camelot

📋 copy color: '#753B46'

red 117 ◦ green 59 ◦ blue 70

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

Shades of Camelot #753B46

Tints of Camelot #753B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 47.56%
G = 23.98%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#753B46 (or 0x753B46) is known color: Camelot. HEX triplet: 75, 3B and 46. RGB value is (117,59,70). Sum of RGB (Red+Green+Blue) = 117+59+70=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #753B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B46 is #8AC4B9. Grayscale: #4D4D4D. Windows color (decimal): -9094330 or 4602741. OLE color: 4602741.

HSL color Cylindrical-coordinate representation of color #753B46: hue angle of 348.62º 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 #753B46 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 70 -
CMYK 0 0.50 0.40 0.54
HSL 348.62º 0.33% 0.35% -
HSV(B) 348.62º 0.5% 0.46% -
XYZ 10.01 7.35 6.69 -
YUV 77.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 117 59 70 0 0.50 0.40 0.54 348.62 0.33 0.35
Hex 75 3B 46 0 32 28 36 15D 21 23
Octal 165 73 106 0 62 50 66 535 41 43
Binary 1110101 111011 1000110 0 110010 101000 110110 101011101 100001 100011

Color Harmonies of #753B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B46

Black with #753B46

Text Example


Text Example

White with #753B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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