Html Css Color HEX #753C4E Camelot

📋 copy color: '#753C4E'

red 117 ◦ green 60 ◦ blue 78

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

Shades of Camelot #753C4E

Tints of Camelot #753C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 45.88%
G = 23.53%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#753C4E (or 0x753C4E) is known color: Camelot. HEX triplet: 75, 3C and 4E. RGB value is (117,60,78). Sum of RGB (Red+Green+Blue) = 117+60+78=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #753C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C4E is #8AC3B1. Grayscale: #4F4F4F. Windows color (decimal): -9094066 or 5127285. OLE color: 5127285.

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

Color convert

RGB 117 60 78 -
CMYK 0 0.49 0.33 0.54
HSL 341.05º 0.32% 0.35% -
HSV(B) 341.05º 0.49% 0.46% -
XYZ 10.33 7.56 8.12 -
YUV 79.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 117 60 78 0 0.49 0.33 0.54 341.05 0.32 0.35
Hex 75 3C 4E 0 31 21 36 155 20 23
Octal 165 74 116 0 61 41 66 525 40 43
Binary 1110101 111100 1001110 0 110001 100001 110110 101010101 100000 100011

Color Harmonies of #753C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C4E

Black with #753C4E

Text Example


Text Example

White with #753C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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