Html Css Color HEX #753C4D Camelot

📋 copy color: '#753C4D'

red 117 ◦ green 60 ◦ blue 77

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

Shades of Camelot #753C4D

Tints of Camelot #753C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 46.06%
G = 23.62%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#753C4D (or 0x753C4D) is known color: Camelot. HEX triplet: 75, 3C and 4D. RGB value is (117,60,77). Sum of RGB (Red+Green+Blue) = 117+60+77=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #753C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C4D is #8AC3B2. Grayscale: #4E4E4E. Windows color (decimal): -9094067 or 5061749. OLE color: 5061749.

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

Color convert

RGB 117 60 77 -
CMYK 0 0.49 0.34 0.54
HSL 342.11º 0.32% 0.35% -
HSV(B) 342.11º 0.49% 0.46% -
XYZ 10.29 7.55 7.94 -
YUV 78.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 117 60 77 0 0.49 0.34 0.54 342.11 0.32 0.35
Hex 75 3C 4D 0 31 22 36 156 20 23
Octal 165 74 115 0 61 42 66 526 40 43
Binary 1110101 111100 1001101 0 110001 100010 110110 101010110 100000 100011

Color Harmonies of #753C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C4D

Black with #753C4D

Text Example


Text Example

White with #753C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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