Html Css Color HEX #753C4F Camelot

📋 copy color: '#753C4F'

red 117 ◦ green 60 ◦ blue 79

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

Shades of Camelot #753C4F

Tints of Camelot #753C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 45.7%
G = 23.44%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#753C4F (or 0x753C4F) is known color: Camelot. HEX triplet: 75, 3C and 4F. RGB value is (117,60,79). Sum of RGB (Red+Green+Blue) = 117+60+79=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #753C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C4F is #8AC3B0. Grayscale: #4F4F4F. Windows color (decimal): -9094065 or 5192821. OLE color: 5192821.

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

Color convert

RGB 117 60 79 -
CMYK 0 0.49 0.32 0.54
HSL 340º 0.32% 0.35% -
HSV(B) 340º 0.49% 0.46% -
XYZ 10.36 7.58 8.31 -
YUV 79.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 117 60 79 0 0.49 0.32 0.54 340 0.32 0.35
Hex 75 3C 4F 0 31 20 36 154 20 23
Octal 165 74 117 0 61 40 66 524 40 43
Binary 1110101 111100 1001111 0 110001 100000 110110 101010100 100000 100011

Color Harmonies of #753C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C4F

Black with #753C4F

Text Example


Text Example

White with #753C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,60,79); }

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

background-color css

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

 a { background-color: rgb(117,60,79); }

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

border-color css

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

 span { border-color: rgb(117,60,79); }

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