Html Css Color HEX #753A46 Camelot

📋 copy color: '#753A46'

red 117 ◦ green 58 ◦ blue 70

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

Shades of Camelot #753A46

Tints of Camelot #753A46

RGB

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

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

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

R = 47.76%
G = 23.67%
B = 28.57%

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

#753A46 (or 0x753A46) is known color: Camelot. HEX triplet: 75, 3A and 46. RGB value is (117,58,70). Sum of RGB (Red+Green+Blue) = 117+58+70=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #753A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A46 is #8AC5B9. Grayscale: #4D4D4D. Windows color (decimal): -9094586 or 4602485. OLE color: 4602485.

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

Color convert

RGB 117 58 70 -
CMYK 0 0.50 0.40 0.54
HSL 347.8º 0.34% 0.34% -
HSV(B) 347.8º 0.5% 0.46% -
XYZ 9.95 7.25 6.67 -
YUV 77.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 117 58 70 0 0.50 0.40 0.54 347.8 0.34 0.34
Hex 75 3A 46 0 32 28 36 15C 22 22
Octal 165 72 106 0 62 50 66 534 42 42
Binary 1110101 111010 1000110 0 110010 101000 110110 101011100 100010 100010

Color Harmonies of #753A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A46

Black with #753A46

Text Example


Text Example

White with #753A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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